aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2011-01-22 11:45:57 +0900
committerMiles Bader2011-01-22 11:45:57 +0900
commit48dcd48260a2e6c3dc3b02ff71df9b62d7830600 (patch)
treecf48986ec777c4983ce54b0137b5fb4548e49bff /ChangeLog
parent6b072b27ee12c944142e310c984df028118713da (diff)
downloademacs-48dcd48260a2e6c3dc3b02ff71df9b62d7830600.tar.gz
emacs-48dcd48260a2e6c3dc3b02ff71df9b62d7830600.zip
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 364fe879c5e..e00254b23ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12011-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
12011-01-21 Paul Eggert <eggert@cs.ucla.edu> 82011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 src/config.in: shrink slightly 10 src/config.in: shrink slightly