[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexidb/drivers
From:       Martin Ellis <martin.ellis () kdemail ! net>
Date:       2005-11-06 0:18:50
Message-ID: 1131236330.576357.3006.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 478137 by martin:

Add some warning to the end of the configure output
if MySQL support wont be compiled.

(Previously we only warned verbosely at the end of the
configure run if we were missing PostgreSQL dev. files)


 M  +16 -0     configure.in.bot  


--- trunk/koffice/kexi/kexidb/drivers/configure.in.bot #478136:478137
@@ -1,3 +1,19 @@
+if test -z "$MYSQL_INC" -o -z "$MYSQL_LIBS"; then
+
+  echo "----------------------------------------------------------------------"
+
+  echo "  + The MySQL development files were not found."
+  cat <<EOS
+  These are required for MySQL support in Kexi.
+
+  If you want MySQL support in Kexi, you need to install the MySQL development
+  files, ensure that mysql-config is in your path,  and run this configure script
+  again, and finally run make; make install.  
+  If you don't need MySQL support, you can simply run make; make install now.
+EOS
+   all_tests=bad
+fi
+
 if test -z "$PG_INCDIR" -o -z "$PG_LIBDIR" -o \
         -z "$PQXX_INCDIR" -o -z "$PQXX_LIBDIR"; then
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic