configure: use AS_HELP_STRING for --with-selftest-prefix.
[tprouty/samba.git] / source4 / build / m4 / check_path.m4
index 52f88f184faaf932981a47965d6813a104e2656a..e03f13391c672f14af2ebf7c6fd80cf0f799d0e1 100644 (file)
@@ -170,7 +170,7 @@ AC_SUBST(modulesdir)
 selftest_prefix="./st"
 AC_SUBST(selftest_prefix)
 AC_ARG_WITH(selftest-prefix,
-[  --with-selftest-prefix=DIR    The prefix where make test will be run ($selftest_prefix)],
+[AS_HELP_STRING([--with-selftest-prefix=DIR],[The prefix where make test will be run ($selftest_prefix)])],
 [ case "$withval" in
   yes|no)
     AC_MSG_WARN([--with-selftest-prefix called without argument - will use default])