Mercurial > emacs
comparison ChangeLog @ 112406:7aa0a7abfb6d
configure.in: Don't zero-out FONTCONFIG_CFLAGS and FONTCONFIG_LIBS
when building with XFT (doing so is incorrect, as Emacs directly uses
fontconfig, and breaks building when using a strict linker).
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 22 Jan 2011 11:45:57 +0900 |
parents | c81ff7082a9a |
children | 647e164c1f3e |
comparison
equal
deleted
inserted
replaced
112405:c04fdfa95f79 | 112406:7aa0a7abfb6d |
---|---|
1 2011-01-22 Miles Bader <miles@gnu.org> | |
2 | |
3 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and | |
4 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as | |
5 Emacs directly uses fontconfig, and breaks building when using a | |
6 strict linker). | |
7 | |
1 2011-01-21 Paul Eggert <eggert@cs.ucla.edu> | 8 2011-01-21 Paul Eggert <eggert@cs.ucla.edu> |
2 | 9 |
3 src/config.in: shrink slightly | 10 src/config.in: shrink slightly |
4 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS. | 11 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS. |
5 This makes src/config.in a bit smaller, by removing identifiers | 12 This makes src/config.in a bit smaller, by removing identifiers |