[Lunar-commits] r26864 - moonbase/trunk/sql/mysql

Dennis Veatch stumbles at lunar-linux.org
Wed Nov 21 16:58:19 CET 2007


Author: stumbles
Date: 2007-11-21 16:58:19 +0100 (Wed, 21 Nov 2007)
New Revision: 26864

Modified:
   moonbase/trunk/sql/mysql/CONFIGURE
Log:

If you want use mysql with koffice then say y.


Modified: moonbase/trunk/sql/mysql/CONFIGURE
===================================================================
--- moonbase/trunk/sql/mysql/CONFIGURE	2007-11-21 15:46:37 UTC (rev 26863)
+++ moonbase/trunk/sql/mysql/CONFIGURE	2007-11-21 15:58:19 UTC (rev 26864)
@@ -44,7 +44,7 @@
     OPTS="$OPTS --with-openssl"
   fi
 
-  if    query  "Build embedded server (libmysqld) ? " n; then
+  if    query  "Build embedded server (libmysqld), needed by KDE4 ? " n; then
     OPTS="$OPTS --with-embedded-server"
   else
     OPTS="$OPTS --without-embedded-server"



More information about the Lunar-commits mailing list