Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-05-21 10:27:47 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-05-21 10:27:47 (GMT)
commit8c8dffe662b9b2491eed2e553e3165c827f1c3cc (patch)
tree1610e49397b81582a225fb25ad2821fba889635c /configure.ac
parentcd0a2b3ecd3b10cdb60daf5cf1dfc2eec08b9f4c (diff)
parent11c89d86c91d91de42a815f7715076494c33fa25 (diff)
Merge commit 'origin' into submit
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 6f4f2a3..ecfb7b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,22 +57,6 @@ AC_SUBST(MOZILLA_INCLUDE_DIR)
AC_SUBST(XPIDL)
AC_SUBST(MOZILLA_IDL_DIR)
-PKG_CHECK_MODULES(NSPR, [nspr],
- [have_nspr=true],
- [
-PKG_CHECK_MODULES(NSPR, [mozilla-nspr],
- [have_nspr=true],
- [
-PKG_CHECK_MODULES(NSPR, [xulrunner-nspr],
- [have_nspr=true],
- have_nspr=false)
- ])
- ])
-
-if test "x$have_nspr" = xfalse; then
- AC_MSG_ERROR([Could not find nspr])
-fi
-
else
AC_MSG_ERROR([Must specify the xulrunner sdk dir (--with-libxul-sdk)])