Browse Source

[master] Simplify the header check that was added

Mukund Sivaraman 11 years ago
parent
commit
a5494b56ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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" != "")