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