diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-31 04:14:17 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-31 04:14:17 +0800 |
commit | e9fd9ec06698877a1082a3ccea622b7446439c55 (patch) | |
tree | fbb0fe27d6dbbdd6f33397b07439694ede05e7ea | |
parent | a52e0a601e801dd3d365e84b352da809b3bcab60 (diff) | |
download | gsoc2013-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
-rw-r--r-- | configure.in | 2 |
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, [ |