]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
try to set kqueue include path
authorAlan T. DeKok <aland@freeradius.org>
Tue, 16 Apr 2019 14:33:33 +0000 (10:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 16 Apr 2019 14:33:33 +0000 (10:33 -0400)
configure.ac

index f98b389ac240e22c939a3aae451216d3d598b01b..5135da2a221c1507e894b9eb6a72845a3bc93a54 100644 (file)
@@ -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=<path>.])
     AC_MSG_ERROR([FreeRADIUS requires libkqueue (or system kqueue)])
+  else
+    CPPFLAGS="$CPPFLAGS $smart_include"
   fi
 fi