From: Amos Jeffries Date: Mon, 8 Oct 2012 21:51:51 +0000 (-0600) Subject: Portability: typo in EUI header requirement checks X-Git-Tag: SQUID_3_4_0_1~590 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54d47324292caf4894f6b79b756e83d78d84c6c1;p=thirdparty%2Fsquid.git Portability: typo in EUI header requirement checks --- diff --git a/configure.ac b/configure.ac index b987293469..20f7e47079 100644 --- a/configure.ac +++ b/configure.ac @@ -1150,7 +1150,7 @@ if test "x${enable_eui:=yes}" = "xyes" ; then [], [], [[ #if HAVE_WINDOWS_H include -endif +#endif ]] ) AC_CHECK_HEADERS( \ @@ -1161,9 +1161,9 @@ endif #include ]]) - # openbsd requires sys/param.h to be included before sysctl.h - AC_CHECK_HEADERS(sys/sysctl.h, [], [], - [[#if HAVE_SYS_PARAM_H + # OpenBSD, FreeBSD and NetBSD requires sys/param.h to be included before sysctl.h + AC_CHECK_HEADERS(sys/sysctl.h, [], [], [[ +#if HAVE_SYS_PARAM_H #include #endif ]])