summaryrefslogtreecommitdiff
path: root/source4/build/m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:37:26 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:20 +0200
commit613b8d398ed73be958e90a1d4c2b728d2139b3fb (patch)
treea6b44b94a64229e61a8d9a52e7f4cb538c051c23 /source4/build/m4
parenta903c39d2b5c89b243462fc02cb5b1ca077c6b38 (diff)
downloadsamba-613b8d398ed73be958e90a1d4c2b728d2139b3fb.tar.gz
samba-613b8d398ed73be958e90a1d4c2b728d2139b3fb.tar.bz2
samba-613b8d398ed73be958e90a1d4c2b728d2139b3fb.zip
configure: use AS_HELP_STRING for --with-disable-ext-lib
Michael (This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8)
Diffstat (limited to 'source4/build/m4')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index dd12e210d1..c45a803633 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -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