diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-11 02:26:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-11 02:26:58 +0800 |
commit | 43ba58102065575dd352f4ee58f262ef295f150f (patch) | |
tree | 5bc20745e3fd3ccf7c06e6c85316870ea086f869 /ChangeLog | |
parent | 854fb9e9b0d6a603f4167b7fafe2a59854bdbec5 (diff) | |
download | gsoc2013-evolution-43ba58102065575dd352f4ee58f262ef295f150f.tar.gz 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |