minor fixes

This commit is contained in:
Werner Lemberg 2008-02-21 17:10:04 +00:00
parent 5d3ac4ae12
commit 31093ccecd
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
2008-02-21 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
* builds/unix/configure.raw: Split compiler option to link
Carbon frameworks to one option for CoreServices framework
and another option for ApplicationServices framework.
The splitted options can be managed by GNU libtool to avoid
unrequired duplication when freetype is linked with other
applications. Suggested by Daniel Macks, Savannah bug #22366.
* builds/unix/configure.raw: Split compiler option to link Carbon
frameworks to one option for CoreServices framework and another
option for ApplicationServices framework. The split options can be
managed by GNU libtool to avoid unrequired duplication when FreeType
is linked with other applications. Suggested by Daniel Macks,
Savannah bug #22366.
2008-02-18 Victor Stinner <victor.stinner@haypocalc.com>