mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +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
|
fi
|
||||||
|
|
||||||
# Solaris puts FIONREAD in filio.h
|
# 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.
|
# ... and at the shell level, so Makefile.am can take action depending on this.
|
||||||
AM_CONDITIONAL(HAVE_MYSQL, test "$MYSQL_CONFIG" != "")
|
AM_CONDITIONAL(HAVE_MYSQL, test "$MYSQL_CONFIG" != "")
|
||||||
|
Reference in New Issue
Block a user