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
commit6debaeb878641be474c19741d368f5e381f22d2a (patch)
treef621fa502a4c3385257046bf8b7e499609077d69 /configure.in
parentb51a33657e944bf3459e7d94ab77c657a5ce9590 (diff)
downloademacs-6debaeb878641be474c19741d368f5e381f22d2a.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"