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:
parent
36a9277e87
commit
3b3e2029c3
2
source/aclocal.m4
vendored
2
source/aclocal.m4
vendored
@ -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
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user