[Lunar-commits] CVS: moonbase/compilers/php CONFIGURE,1.6,1.7
Auke Kok
sofar at lunar-linux.org
Mon Nov 8 13:28:48 UTC 2004
Update of /var/cvs/lunar/moonbase/compilers/php
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/compilers/php
Modified Files:
CONFIGURE
Log Message:
moving mquery stuff into CONFIGUREs
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/CONFIGURE,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CONFIGURE 26 May 2004 14:35:00 -0000 1.6
+++ CONFIGURE 8 Nov 2004 13:28:16 -0000 1.7
@@ -1,13 +1,12 @@
+mquery IMAP "Install imap support?" y
+mquery REGGLOBALS "Enable global variable support (potential security risk)?" n
+
if ! grep -q CONFIGURED $MODULE_CONFIG; then
if query "Install ftp support?" y; then
OPTS="$OPTS --enable-ftp"
fi
- if query "Install imap support?" y; then
- echo 'IMAP="y"' >> $MODULE_CONFIG
- fi
-
if query "Enable transparent session id?" y; then
OPTS="$OPTS --enable-trans-sid"
fi
@@ -16,10 +15,6 @@
OPTS="$OPTS --enable-sockets"
fi
- if query "Enable global variable support (potential security risk)?" n; then
- echo 'REGGLOBALS="y"' >> $MODULE_CONFIG
- fi
-
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
More information about the Lunar-commits
mailing list