configure: use AS_HELP_STRING for --with-privatedir
authorMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:13:34 +0000 (00:13 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:49:18 +0000 (00:49 +0200)
Michael

source/build/m4/check_path.m4

index 74b510fa314892f0c4489495055c03c50709acb6..959020116f304e24546f0310f3f395a6b9dbf436 100644 (file)
@@ -41,7 +41,7 @@ AC_ARG_WITH(fhs,
 #################################################
 # set private directory location
 AC_ARG_WITH(privatedir,
-[  --with-privatedir=DIR   Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)],
+[AS_HELP_STRING([--with-privatedir=DIR],[Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)])],
 [ case "$withval" in
   yes|no)
   #