diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-20 10:11:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-20 10:11:04 +0800 |
commit | e0e2f5c660128830ba39e32884e444690e800dba (patch) | |
tree | b7dedacf2822506dab885c3e87a713e55bda0097 /ChangeLog | |
parent | 8617011337e9cf39c7c98676908f44d2b28878a8 (diff) | |
download | gsoc2013-evolution-e0e2f5c660128830ba39e32884e444690e800dba.tar.gz 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |