]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
.
authorFlorian Brosch <flo.brosch@gmail.com>
Sat, 4 Jul 2009 12:08:20 +0000 (14:08 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Sat, 4 Jul 2009 12:08:20 +0000 (14:08 +0200)
configure.in

index 5473ac35c8d4c9d68427b737821aacf9acce6306..850e887b035b6c0a6c3c329a6dd6932d0083cf7f 100644 (file)
@@ -19,13 +19,6 @@ AM_CONDITIONAL(ENABLE_VALADOCORG, test x$enable_valadocorg = xyes)
 
 
 
-if test x$enable_valadocorg = xyes; then
-       AC_CHECK_PROGS(YACC, mysql_config, :)
-       if test "$YACC" = :; then
-               AC_MSG_ERROR([mysql_config not found but required])
-       fi
-fi
-
 
 
 # Checks for libraries.