aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-17 22:50:17 -0700
committerPaul Eggert2014-05-17 22:50:17 -0700
commit0d1b87f90e06199963af1704a07f950c0184c0bd (patch)
treeec5f78d51080d5d7c27d57f3416987bd88b171ca /ChangeLog
parent8208d2bf95f924ed810dc06e84fc4c7d5ac004a5 (diff)
downloademacs-0d1b87f90e06199963af1704a07f950c0184c0bd.tar.gz
emacs-0d1b87f90e06199963af1704a07f950c0184c0bd.zip
Port recent libpng changes to hosts with missing png.h.
* configure.ac (HAVE_PNG): Port to platforms where libpng-config succeeds but png.h is absent, by testing libpng-config's output rather than trusting it. I ran into this problem when building Emacs trunk on a Solaris 10 host.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39dee67f7ec..1e6f9cdabd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12014-05-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port recent libpng changes to hosts with missing png.h.
4 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
5 succeeds but png.h is absent, by testing libpng-config's output
6 rather than trusting it. I ran into this problem when building
7 Emacs trunk on a Solaris 10 host.
8
12014-05-17 Paul Eggert <eggert@cs.ucla.edu> 92014-05-17 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Assume C99 or later (Bug#17487). 11 Assume C99 or later (Bug#17487).