]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Simplify the header check that was added
authorMukund Sivaraman <muks@isc.org>
Wed, 26 Feb 2014 07:42:54 +0000 (13:12 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 26 Feb 2014 13:30:50 +0000 (19:00 +0530)
configure.ac

index 3d7fd054a6057a44e7e0377aca85185f24e95c66..7afc353173265308dd6a1cf54caeefc711a25f4b 100644 (file)
@@ -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" != "")