From 2ba1fa7b593706bdd1ad5bae982ed51b16dc3a83 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 4 Aug 2005 16:11:26 +0000 Subject: [PATCH] r9060: prepend not overwrite the libs metze (This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92) --- source4/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/aclocal.m4 b/source4/aclocal.m4 index 4bce14d9a63..030488ba455 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 ]) -- 2.34.1