aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-31 04:14:17 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-31 04:14:17 +0800
commite9fd9ec06698877a1082a3ccea622b7446439c55 (patch)
treefbb0fe27d6dbbdd6f33397b07439694ede05e7ea /configure.in
parenta52e0a601e801dd3d365e84b352da809b3bcab60 (diff)
downloadgsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.tar
gsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.tar.gz
gsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.tar.bz2
gsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.tar.lz
gsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.tar.xz
gsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.tar.zst
gsoc2013-evolution-e9fd9ec06698877a1082a3ccea622b7446439c55.zip
Typo fix
svn path=/trunk/; revision=5119
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 a163f4da98..f36180c04c 100644
--- a/configure.in
+++ b/configure.in
@@ -411,7 +411,7 @@ fi
if test x${with_krb4:=no} != xno; then
CFLAGS_save="$CFLAGS"
LDFLAGS_save="$LDFLAGS"
- CFLAGS="-I$with_krb4/include"
+ CFLAGS="-I$with_krb4/include -I$with_krb4/include/kerberosIV"
LDFLAGS="-L$with_krb4/lib"
AC_CHECK_LIB(krb, krb_mk_req,
[