aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 09:39:56 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 09:39:56 +0000
commit5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f (patch)
treee2341a2633e163e74985175c318b146e7091f9f1 /configure.in
parent8600471ee8b8e06b6a4d0cce6a1d605aeb674fed (diff)
downloadfetchmail-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.in2
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