summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlp Aker <alp.tekin.aker@gmail.com>2011-07-28 14:33:24 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-07-28 14:33:24 -0400
commitbe8ec0b3d40a22b9cb180d7cb3c9d22c81c64f14 (patch)
tree2be4e90c7279b07b04a51bef686feabbcc9af771 /ChangeLog
parentffe57a7a0e3d4fc66625d6931e6dc925f5bfa9d9 (diff)
downloademacs-be8ec0b3d40a22b9cb180d7cb3c9d22c81c64f14.tar.gz
Allow building with librsvg on Darwin (Bug#9177).
* configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep build, not just GNUstep.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b084d7162c..5b5772f13b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
+
+ * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
+ build, not just GNUstep (Bug#9177).
+
2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
Assume freestanding C89 headers, string.h, stdlib.h.