diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 09:39:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 09:39:56 +0000 |
commit | 5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f (patch) | |
tree | e2341a2633e163e74985175c318b146e7091f9f1 /configure.in | |
parent | 8600471ee8b8e06b6a4d0cce6a1d605aeb674fed (diff) | |
download | fetchmail-5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f.tar.gz fetchmail-5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f.tar.bz2 fetchmail-5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f.zip |
Merge in various small fixes, including two remote DOS
svn path=/trunk/; revision=3838
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <krb5.h>, 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 |