From 5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 2003 09:39:56 +0000 Subject: Merge in various small fixes, including two remote DOS svn path=/trunk/; revision=3838 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d2b57ae9..a13bdf6c 100644 --- a/configure.in +++ b/configure.in @@ -603,7 +603,7 @@ then ### In Red Hat 9, this file includes a reference to , so we ### force the Kerberos direcory onto the include path so it will build. echo "Enabling OpenSSL support in $with_ssl" - CEFLAGS="$CEFLAGS -I$with_ssl/include/openssl -I/usr/kerberos/include" + CEFLAGS="$CEFLAGS -I$with_ssl/include -I/usr/kerberos/include" ### OpenBSD comes with ssl headers elif test -r /usr/include/ssl/ssl.h then -- cgit v1.2.3