aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-20 10:11:04 +0800
committerDan Winship <danw@src.gnome.org>2000-09-20 10:11:04 +0800
commite0e2f5c660128830ba39e32884e444690e800dba (patch)
treeb7dedacf2822506dab885c3e87a713e55bda0097 /ChangeLog
parent8617011337e9cf39c7c98676908f44d2b28878a8 (diff)
downloadgsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar
gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar.gz
gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar.bz2
gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar.lz
gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar.xz
gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar.zst
gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.zip
alter the krb4 check a bit to deal with configure cache suckage. (If you
* configure.in: alter the krb4 check a bit to deal with configure cache suckage. (If you do AC_CHECK_LIB with the same library and function name but different LDFLAGS, it will still use the result of the previous check. So use a different function the second time.) svn path=/trunk/; revision=5515
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3adcf048cc..0aa19943d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-09-19 Dan Winship <danw@helixcode.com>
+
+ * configure.in: alter the krb4 check a bit to deal with configure
+ cache suckage. (If you do AC_CHECK_LIB with the same library and
+ function name but different LDFLAGS, it will still use the result
+ of the previous check. So use a different function the second
+ time.)
+
2000-09-18 Dan Winship <danw@helixcode.com>
* README: add gal as a dependency