From kde-commits Sun Nov 06 00:18:50 2005 From: Martin Ellis Date: Sun, 06 Nov 2005 00:18:50 +0000 To: kde-commits Subject: koffice/kexi/kexidb/drivers Message-Id: <1131236330.576357.3006.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113123634331761 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 <