[Rt-commit] r6899 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.2

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 2 16:31:44 EST 2007


Author: ruz
Date: Fri Feb  2 16:31:43 2007
New Revision: 6899

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/configure.ac

Log:
 r4502 at cubic-pc (orig r6876):  ruz | 2007-02-02 06:00:20 +0300
 * add --with-standalone option to configure script


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/configure.ac
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/configure.ac	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/configure.ac	Fri Feb  2 16:31:43 2007
@@ -249,6 +249,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