Kaydet (Commit) 659d7eb8 authored tarafından Rene Engelhard's avatar Rene Engelhard

fix up --with-system-mozilla-headers again after last update

üst bc7c4e37
...@@ -1305,8 +1305,8 @@ WITH_SYSTEM_MOZILLA=no) ...@@ -1305,8 +1305,8 @@ WITH_SYSTEM_MOZILLA=no)
AC_ARG_WITH(system-mozilla-headers, AC_ARG_WITH(system-mozilla-headers,
AS_HELP_STRING([--with-system-mozilla-headers], AS_HELP_STRING([--with-system-mozilla-headers],
[Use mozilla headers provided by system instead of bundled ones. Needed for [Use mozilla headers provided by system instead of bundled ones. Needed for
nsplugin]), nsplugin]),,
[with_system_mozilla_headers="$with_system_libs"] [with_system_mozilla_headers="$with_system_headers"]
) )
AC_ARG_WITH(system-gettext, AC_ARG_WITH(system-gettext,
...@@ -5980,7 +5980,7 @@ dnl =================================================================== ...@@ -5980,7 +5980,7 @@ dnl ===================================================================
dnl Check for system mozilla headers dnl Check for system mozilla headers
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([which mozilla headers to use]) 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]) AC_MSG_RESULT([external])
SYSTEM_MOZILLA_HEADERS=YES SYSTEM_MOZILLA_HEADERS=YES
# First try npapi-sdk: # First try npapi-sdk:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment