mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
configure: use AS_HELP_STRING for --with-disable-ext-lib
Michael
(This used to be commit 88cf5d8b70
)
This commit is contained in:
parent
a903c39d2b
commit
613b8d398e
@ -198,7 +198,7 @@ AC_ARG_ENABLE(developer,
|
||||
|
||||
dnl disable these external libs
|
||||
AC_ARG_WITH(disable-ext-lib,
|
||||
[ --with-disable-ext-lib=LIB Comma-seperated list of external libraries],
|
||||
[AS_HELP_STRING([--with-disable-ext-lib=LIB],[Comma-seperated list of external libraries])],
|
||||
[ if test $withval; then
|
||||
for i in `echo $withval | sed -e's/,/ /g'`
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user