summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-11-07 20:48:59 +0000
committerRene Engelhard <rene@debian.org>2011-11-08 01:01:14 +0100
commit659d7eb810781033e7304cb7736a7b45692165f5 (patch)
tree0f7dfe0dbe55fcf344b3e1bdc0ed8e3d4dd6417c /configure.in
parentbc7c4e378d77aa6960bcb98ec97081f00036b0e5 (diff)
fix up --with-system-mozilla-headers again after last update
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d96c65c1177b..ea8eb4c945a6 100644
--- a/configure.in
+++ b/configure.in
@@ -1305,8 +1305,8 @@ WITH_SYSTEM_MOZILLA=no)
AC_ARG_WITH(system-mozilla-headers,
AS_HELP_STRING([--with-system-mozilla-headers],
[Use mozilla headers provided by system instead of bundled ones. Needed for
- nsplugin]),
- [with_system_mozilla_headers="$with_system_libs"]
+ nsplugin]),,
+ [with_system_mozilla_headers="$with_system_headers"]
)
AC_ARG_WITH(system-gettext,
@@ -5980,7 +5980,7 @@ dnl ===================================================================
dnl Check for system mozilla headers
dnl ===================================================================
AC_MSG_CHECKING([which mozilla headers to use])
-if test "$with_system_mozilla_headers" = "xyes"; then
+if test "$with_system_mozilla_headers" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_MOZILLA_HEADERS=YES
# First try npapi-sdk: