From: Florian Brosch Date: Sat, 4 Jul 2009 12:08:20 +0000 (+0200) Subject: . X-Git-Tag: 0.37.1~3^2~596 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36720ae268e802139c3a6ef1956041bec1f1e5be;p=thirdparty%2Fvala.git . --- diff --git a/configure.in b/configure.in index 5473ac35c..850e887b0 100644 --- a/configure.in +++ b/configure.in @@ -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.