summaryrefslogtreecommitdiff
path: root/source4/aclocal.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-08-04 16:11:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:13 -0500
commit2ba1fa7b593706bdd1ad5bae982ed51b16dc3a83 (patch)
tree9ef475f51d7cb149490f7a2ebf28831ebc6bb5de /source4/aclocal.m4
parent2a533ec684c8297f893fdd23e919937d92c58c15 (diff)
downloadsamba-2ba1fa7b593706bdd1ad5bae982ed51b16dc3a83.tar.gz
samba-2ba1fa7b593706bdd1ad5bae982ed51b16dc3a83.tar.bz2
samba-2ba1fa7b593706bdd1ad5bae982ed51b16dc3a83.zip
r9060: prepend not overwrite the libs
metze (This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92)
Diffstat (limited to 'source4/aclocal.m4')
-rw-r--r--source4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/aclocal.m4 b/source4/aclocal.m4
index 4bce14d9a6..030488ba45 100644
--- a/source4/aclocal.m4
+++ b/source4/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
])