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
commit62b7c42208db8999b22a2b1effabec3dcbc06e91 (patch)
tree718acf567d11c127dcca0313464758f4536c61c2 /configure
parentb87dd913736dae0e27ec6f569354aa7b60d4719c (diff)
downloademacs-62b7c42208db8999b22a2b1effabec3dcbc06e91.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