2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[master] Simplify the header check that was added

This commit is contained in:
Mukund Sivaraman
2014-02-26 13:12:54 +05:30
parent a9f3e42e38
commit a5494b56ea

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