[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105346: Allow building with librsvg
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105346: Allow building with librsvg on Darwin (Bug#9177). |
Date: |
Thu, 28 Jul 2011 14:33:24 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105346
author: Alp Aker <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-28 14:33:24 -0400
message:
Allow building with librsvg on Darwin (Bug#9177).
* configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
build, not just GNUstep.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-07-28 00:15:43 +0000
+++ b/ChangeLog 2011-07-28 18:33:24 +0000
@@ -1,3 +1,8 @@
+2011-07-28 Alp Aker <address@hidden>
+
+ * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
+ build, not just GNUstep (Bug#9177).
+
2011-07-28 Paul Eggert <address@hidden>
Assume freestanding C89 headers, string.h, stdlib.h.
=== modified file 'configure.in'
--- a/configure.in 2011-07-14 06:41:47 +0000
+++ b/configure.in 2011-07-28 18:33:24 +0000
@@ -1820,7 +1820,7 @@
### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
HAVE_RSVG=no
-if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
+if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
if test "${with_rsvg}" != "no"; then
RSVG_REQUIRED=2.11.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105346: Allow building with librsvg on Darwin (Bug#9177).,
Chong Yidong <=