From: Mukund Sivaraman Date: Wed, 26 Feb 2014 07:42:54 +0000 (+0530) Subject: [master] Simplify the header check that was added X-Git-Tag: bind10-1.2.0beta1-release~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5494b56ea27b752a6ddf2c72178da5aecfc5e7c;p=thirdparty%2Fkea.git [master] Simplify the header check that was added --- diff --git a/configure.ac b/configure.ac index 3d7fd054a6..7afc353173 100644 --- a/configure.ac +++ b/configure.ac @@ -911,7 +911,7 @@ if test "$MYSQL_CONFIG" != "" ; then fi # Solaris puts FIONREAD in filio.h -AC_CHECK_HEADERS(sys/filio.h,,,) +AC_CHECK_HEADER(sys/filio.h) # ... and at the shell level, so Makefile.am can take action depending on this. AM_CONDITIONAL(HAVE_MYSQL, test "$MYSQL_CONFIG" != "")