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:
@@ -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" != "")
|
||||
|
Reference in New Issue
Block a user