svn commit: samba r9060 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Thu Aug 4 16:11:27 GMT 2005


Author: metze
Date: 2005-08-04 16:11:26 +0000 (Thu, 04 Aug 2005)
New Revision: 9060

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9060

Log:
prepend not overwrite the libs

metze
Modified:
   branches/SAMBA_4_0/source/aclocal.m4


Changeset:
Modified: branches/SAMBA_4_0/source/aclocal.m4
===================================================================
--- branches/SAMBA_4_0/source/aclocal.m4	2005-08-04 16:10:13 UTC (rev 9059)
+++ branches/SAMBA_4_0/source/aclocal.m4	2005-08-04 16:11:26 UTC (rev 9060)
@@ -139,7 +139,7 @@
 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
 ])



More information about the samba-cvs mailing list