From 4005acb9924f35b7c51328c44b4b3986d3be2bee Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 21 Feb 1998 03:45:49 +0000 Subject: Craig's patches in response to cmetz3. svn path=/trunk/; revision=1664 --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 84dae585..8fd6d8e7 100644 --- a/configure.in +++ b/configure.in @@ -205,6 +205,11 @@ AC_ARG_ENABLE(netsec, echo ' for network security support. Either it does not exist, or it was'; echo ' not built with network security support enabled.'; exit 1]) ]) + unset ac_cv_header_net_security_h; AC_CHECK_HEADER(net/security.h,, + [ unset ac_cv_header_net_security_h; CPPFLAGS="$CPPFLAGS -I/usr/inet6/include"; CFLAGS="$CFLAGS -I/usr/inet6/include"; AC_CHECK_HEADER(net/security.h,, + [ echo 'configure: cannot find , which is required for network security'; + echo ' support.'; + exit 1]) ]) AC_DEFINE(NET_SECURITY, 1) ]) ### use option --with-gssapi=DIR to compile in GSSAPI support -- cgit v1.2.3