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 <