summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2009-12-09 18:46:53 +0000
committerJan Djärv <jan.h.d@swipnet.se>2009-12-09 18:46:53 +0000
commitb6c7fd6859f326986218869072cec7ba57e0b364 (patch)
treece03b07458964bae2383fd96da04d2a11a90f9a8 /configure
parentad281d695e9036562416b2571970299e70393628 (diff)
downloademacs-b6c7fd6859f326986218869072cec7ba57e0b364.tar.gz
configure.in: Don't check for RSVG or GConf unless X11 is used.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f3d46f1c06a..79dfe0fdbdf 100755
--- a/configure
+++ b/configure
@@ -11327,7 +11327,7 @@ fi
### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
HAVE_RSVG=no
-if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
+if test "${HAVE_X11}" = "yes"; then
if test "${with_rsvg}" != "no"; then
RSVG_REQUIRED=2.11.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
@@ -12588,7 +12588,7 @@ done
fi
HAVE_GCONF=no
-if test "X$with_x" != "Xno" && test "${with_gconf}" = "yes"; then
+if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
succeeded=no