diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-04 16:11:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:13 -0500 |
commit | 3b3e2029c36f4f139c3ed978e0820f3852eb1a92 (patch) | |
tree | 735d8d6554b41c53efce4640300f31b35a136d29 /source/aclocal.m4 | |
parent | 36a9277e878d4db599fcfc02b96d2aaeac0b74dd (diff) | |
download | samba-3b3e2029c36f4f139c3ed978e0820f3852eb1a92.tar.gz |
r9060: prepend not overwrite the libs
metze
Diffstat (limited to 'source/aclocal.m4')
-rw-r--r-- | source/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/aclocal.m4 b/source/aclocal.m4 index 4bce14d9a63..030488ba455 100644 --- a/source/aclocal.m4 +++ b/source/aclocal.m4 @@ -139,7 +139,7 @@ break]) fi LIBS=$ac_func_search_ext_save_LIBS]) AS_IF([test "$ac_cv_search_ext_$1" != no], - [test "$ac_cv_search_ext_$1" = "none required" || $3="$ac_cv_search_ext_$1" + [test "$ac_cv_search_ext_$1" = "none required" || $3="$ac_cv_search_ext_$1 $$3" $4], [$5])dnl ]) |