1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r9060: prepend not overwrite the libs

metze
This commit is contained in:
Stefan Metzmacher 2005-08-04 16:11:26 +00:00 committed by Gerald (Jerry) Carter
parent 36a9277e87
commit 3b3e2029c3

2
source/aclocal.m4 vendored
View File

@ -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
])