aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-02-07 07:20:45 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-02-07 07:20:45 +0800
commit11136022cc92e4dd36d2fb494e2e16d7aae13dd7 (patch)
tree4f38363dae05a69f13cfc71edf2abe809b59d45c /configure.in
parent14d50af007f8ec7bee3ef6bb21305daf65d06164 (diff)
downloadgsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar
gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.gz
gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.bz2
gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.lz
gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.xz
gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.tar.zst
gsoc2013-evolution-11136022cc92e4dd36d2fb494e2e16d7aae13dd7.zip
Fix KRB4_CFLAGS to work correctly Fix desktop file installation path Use
2003-02-06 Rodney Dawes <dobey@ximian.com> * configure.in: Fix KRB4_CFLAGS to work correctly * data/Makefile.am: Fix desktop file installation path * data/evolution.desktop.in: Use correct binary and categories, add StartupNotify=1 also, for startup-notification-enabled systems svn path=/trunk/; revision=19832
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 4c54a9ded3..d124437e5c 100644
--- a/configure.in
+++ b/configure.in
@@ -656,7 +656,7 @@ if test "x${with_krb4}" != "xno"; then
KRB4_CFLAGS="-I$with_krb4/include"
fi
if test -d "$with_krb4/include/kerberosIV"; then
- KRB4_CFLAGS="-I$with_krb4/include/kerberosIV"
+ KRB4_CFLAGS="$KRB4_CFLAGS -I$with_krb4/include/kerberosIV"
fi
KRB4_LDFLAGS="-L$with_krb4/lib $ac_cv_lib_kerberos4"