aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-05-17 22:50:17 -0700
committerPaul Eggert <[email protected]>2014-05-17 22:50:17 -0700
commit0d1b87f90e06199963af1704a07f950c0184c0bd (patch)
treeec5f78d51080d5d7c27d57f3416987bd88b171ca /ChangeLog
parent8208d2bf95f924ed810dc06e84fc4c7d5ac004a5 (diff)
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 39dee67f7e..1e6f9cdabd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-18 Paul Eggert <[email protected]>
+
+ 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.
+
2014-05-17 Paul Eggert <[email protected]>
Assume C99 or later (Bug#17487).