aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-11 02:26:58 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-11 02:26:58 +0800
commit43ba58102065575dd352f4ee58f262ef295f150f (patch)
tree5bc20745e3fd3ccf7c06e6c85316870ea086f869 /ChangeLog
parent854fb9e9b0d6a603f4167b7fafe2a59854bdbec5 (diff)
downloadgsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar
gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar.gz
gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar.bz2
gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar.lz
gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar.xz
gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar.zst
gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.zip
if libldap.la is there, default to static linking of openldap. if it's
2001-08-10 Chris Toshok <toshok@ximian.com> * configure.in: if libldap.la is there, default to static linking of openldap. if it's not, default to dynamic. also, provide --with-static-ldap for users that want to override these defaults. svn path=/trunk/; revision=11888
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59046d2734..a39b69ca94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-10 Chris Toshok <toshok@ximian.com>
+
+ * configure.in: if libldap.la is there, default to static linking
+ of openldap. if it's not, default to dynamic. also, provide
+ --with-static-ldap for users that want to override these defaults.
+
2001-08-09 Chris Toshok <toshok@ximian.com>
* configure.in: link statically with OpenLDAP.