summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-12-13 02:53:23 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-12-13 02:53:23 +0000
commita985943d26949aa978ee74ef39c31acdb1d06fab (patch)
treed11beff653995b03a8a49d364a27379d7bf99c0a
parent511520962ca53c24ab66f817bd09a6104c534e07 (diff)
downloadlibproxy-git-a985943d26949aa978ee74ef39c31acdb1d06fab.tar.gz
misc configure.ac cleanup
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index c2e7075..8ff9984 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,7 @@ PKG_CHECK_MODULES(x11, x11, have_x11=yes, have_x11=no)
PKG_CHECK_MODULES(xmu, xmu, have_xmu=yes, have_xmu=no)
PKG_CHECK_MODULES(gconf, gconf-2.0, have_gconf=yes, have_gconf=no)
PKG_CHECK_MODULES(mozjs, firefox-js, have_mozjs=yes, have_mozjs=no)
-PKG_CHECK_MODULES(MOZJS, xulrunner-js, have_mozjs=yes,
- [test x$have_mozjs == xyes || have_mozjs=no])
+PKG_CHECK_MODULES(mozjs, xulrunner-js, have_mozjs=yes, [])
PKG_CHECK_MODULES(NetworkManager, NetworkManager,
have_networkmanager=yes, have_networkmanager=no)
@@ -50,13 +49,6 @@ if test x$with_gnome = xyes; then
test x$have_xmu == xyes; then
GNOME_CFLAGS="$x11_CFLAGS $xmu_CFLAGS $gconf_CFLAGS"
GNOME_LIBS="$x11_LIBS $xmu_LIBS $gconf_LIBS"
-
- echo
- echo "-------------------------------------------"
- echo $GNOME_CFLAGS
- echo "-------------------------------------------"
- echo
-
AC_SUBST(GNOME_CFLAGS)
AC_SUBST(GNOME_LIBS)
else