1
0
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:
Michael Adam 2008-08-16 00:37:26 +02:00
parent a903c39d2b
commit 613b8d398e

View File

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