[Lunar-commits] CVS: moonbase/sql/mysql CONFIGURE,1.2,1.3
Jeff Hodges
jmhodges at lunar-linux.org
Mon May 31 15:53:20 GMT 2004
Update of /var/cvs/lunar/moonbase/sql/mysql
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11652
Modified Files:
CONFIGURE
Log Message:
disabling the fs option until since it breaks the compile
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/mysql/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE 9 Jun 2003 16:46:42 -0000 1.2
+++ CONFIGURE 31 May 2004 15:53:18 -0000 1.3
@@ -15,9 +15,9 @@
OPTS="$OPTS --with-raid"
fi
- if query "Include the corba-based MySQL file system? " n; then
- OPTS="$OPTS --with-mysqlfs"
- fi
+# if query "Include the corba-based MySQL file system? " n; then
+# OPTS="$OPTS --with-mysqlfs"
+# fi
if query "Include the Virtual IO support? " n; then
OPTS="$OPTS --with-vio"
More information about the Lunar-commits
mailing list