mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r9060: prepend not overwrite the libs
metze (This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92)
This commit is contained in:
parent
2a533ec684
commit
2ba1fa7b59
2
source4/aclocal.m4
vendored
2
source4/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