[Rt-commit] r6876 - rt/branches/3.6-RELEASE

ruz at bestpractical.com ruz at bestpractical.com
Thu Feb 1 22:00:20 EST 2007


Author: ruz
Date: Thu Feb  1 22:00:20 2007
New Revision: 6876

Modified:
   rt/branches/3.6-RELEASE/configure.ac

Log:
* add --with-standalone option to configure script

Modified: rt/branches/3.6-RELEASE/configure.ac
==============================================================================
--- rt/branches/3.6-RELEASE/configure.ac	(original)
+++ rt/branches/3.6-RELEASE/configure.ac	Thu Feb  1 22:00:20 2007
@@ -236,6 +236,15 @@
             APACHECTL=`which apachectl`)
 AC_SUBST(APACHECTL)
 
+dnl RT's standalone pure perl server
+AC_ARG_WITH(devel-mode,
+            AC_HELP_STRING([--with-standalone],
+                           [Install modules for pure perl standalone server]),
+
+            RT_STANDALONE="1",
+            RT_STANDALONE="0")
+AC_SUBST(RT_STANDALONE)
+
 dnl RT's "maintainer mode"
 AC_ARG_WITH(devel-mode,
             AC_HELP_STRING([--with-devel-mode],


More information about the Rt-commit mailing list