]> granicus.if.org Git - apache/commitdiff
Use APACHE_HELP_STRING() for --enable-luajit in configure
authorRainer Jung <rjung@apache.org>
Fri, 2 Jan 2009 09:47:54 +0000 (09:47 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 2 Jan 2009 09:47:54 +0000 (09:47 +0000)
to allow automatic indentation in configure help output.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730686 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/config.m4

index 0e263e447a805c41223eaad0a938586a46a3d92e..1eff3f962657d84a6ea528632a8a6affc66330c2 100644 (file)
@@ -88,7 +88,9 @@ if test -z "${LUA_LIBS}"; then
   ifelse([$2], , AC_MSG_ERROR([Lua 5.1 library is required]), $2)
 else
   AC_MSG_NOTICE([using '${LUA_LIBS}' for Lua Library])
-  AC_ARG_ENABLE(luajit, [--enable-luajit  Enable LuaJit Support], APR_ADDTO(CPPFLAGS, ["-DAP_ENABLE_LUAJIT"]))
+  AC_ARG_ENABLE(luajit,
+    APACHE_HELP_STRING(--enable-luajit,Enable LuaJit Support),
+    APR_ADDTO(CPPFLAGS, ["-DAP_ENABLE_LUAJIT"]))
   ifelse([$1], , , $1) 
 fi 
 ])