diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-27 02:21:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-27 02:21:54 +0800 |
commit | d522b604df889e6abc792557f0232a77304ddb58 (patch) | |
tree | db2697fccabe91b27a030bd0e83be41dc4037591 /ChangeLog | |
parent | 18af050c0507105544f5a83cd529a8b7a4264bdd (diff) | |
download | gsoc2013-evolution-d522b604df889e6abc792557f0232a77304ddb58.tar.gz gsoc2013-evolution-d522b604df889e6abc792557f0232a77304ddb58.tar.zst gsoc2013-evolution-d522b604df889e6abc792557f0232a77304ddb58.zip |
We no longer depend on libunicode.
* README: We no longer depend on libunicode.
* configure.in: Remove check for libunicode. Remove unicode cflags
and libs from all CFLAGS and LIBS variables. Add GAL_LIBS for
things that need to depend on just gal (for gunicode).
svn path=/trunk/; revision=9586
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-04-26 Dan Winship <danw@ximian.com> + + * README: We no longer depend on libunicode. + + * configure.in: Remove check for libunicode. Remove unicode cflags + and libs from all CFLAGS and LIBS variables. Add GAL_LIBS for + things that need to depend on just gal (for gunicode). + 2001-04-24 Dan Winship <danw@ximian.com> * configure.in: Bump up the gal requirement |