From df07e0a6aa4db813728d9fd49f2f6d564ed5e372 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Jul 2003 19:15:52 +0000 Subject: Build openssl with Kerberos. svn path=/trunk/; revision=3824 --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 197a0410..d2b57ae9 100644 --- a/configure.in +++ b/configure.in @@ -599,9 +599,11 @@ then fi if test -r $with_ssl/include/openssl/ssl.h then - ### ssl.h found under openssl. Use openssl configuration preferentially + ### ssl.h found under openssl. Use openssl configuration preferentially, + ### 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" + CEFLAGS="$CEFLAGS -I$with_ssl/include/openssl -I/usr/kerberos/include" ### OpenBSD comes with ssl headers elif test -r /usr/include/ssl/ssl.h then -- cgit v1.2.3