From: Alan T. DeKok Date: Tue, 16 Apr 2019 14:33:33 +0000 (-0400) Subject: try to set kqueue include path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b81c12ff7fc009a80b02ce77ddd16f8dfb5aa3a9;p=thirdparty%2Ffreeradius-server.git try to set kqueue include path --- diff --git a/configure.ac b/configure.ac index f98b389ac24..5135da2a221 100644 --- a/configure.ac +++ b/configure.ac @@ -1032,6 +1032,8 @@ if test "x$ac_cv_header_sys_event_h" != "xyes"; then if test "x$ac_cv_header_sys_event_h" != "xyes"; then AC_MSG_WARN([kqueue headers not found. Use --with-kqueue-include-dir=.]) AC_MSG_ERROR([FreeRADIUS requires libkqueue (or system kqueue)]) + else + CPPFLAGS="$CPPFLAGS $smart_include" fi fi