summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-01-22 13:15:32 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-01-22 13:15:32 +0000
commit02d0c828b162f905cc77584275e0dca36fc9c2aa (patch)
treee19fe4db53d938efa9567a3ff8fef849210a5c07 /configure.in
parentaca4e40a65af7f281d70a6eda02504fcc369aa53 (diff)
downloademacs-02d0c828b162f905cc77584275e0dca36fc9c2aa.tar.gz
* configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 228d20c6e04..11657348523 100644
--- a/configure.in
+++ b/configure.in
@@ -1497,7 +1497,7 @@ fi
### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
HAVE_RSVG=no
-if test "${HAVE_X11}" = "yes"; then
+if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
if test "${with_rsvg}" != "no"; then
RSVG_REQUIRED=2.0.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"