diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-30 18:16:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-30 18:16:16 +0800 |
commit | 3ecbea1e22f2544b4f0e62bd23bb510f8730b53d (patch) | |
tree | cde5fe52449fe8b86079e7cb7bef1e8c72ebbdde /configure.in | |
parent | 12bcaf22d7fe1daea533db0d0d340981dbdcfd38 (diff) | |
download | gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.tar gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.tar.gz gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.tar.bz2 gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.tar.lz gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.tar.xz gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.tar.zst gsoc2013-epiphany-3ecbea1e22f2544b4f0e62bd23bb510f8730b53d.zip |
Remove explicit PAC autoconf call, it works perfectly ok without it.
2004-09-30 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* embed/mozilla/mozilla-notifiers.cpp:
Remove explicit PAC autoconf call, it works perfectly ok without it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 35304ea6d..8f07f594c 100644 --- a/configure.in +++ b/configure.in @@ -304,22 +304,6 @@ AC_COMPILE_IFELSE( AC_MSG_RESULT([$result]) -dnl Changed from char* to nsACString& in mozilla 1.8a2 - -AC_MSG_CHECKING([whether nsIProtocolProxyService::ConfigureFromPAC expects nsACString&]) - -AC_COMPILE_IFELSE( - [AC_LANG_PROGRAM( - [[#include <nsEmbedString.h> - #include <necko/nsIProtocolProxyService.h>]], - [[nsIProtocolProxyService *p; - p->ConfigureFromPAC (nsEmbedCString());]] - )], - [AC_DEFINE([MOZ_NSIPROTOCOLPROXYSERVICE_NSACSTRING_],[1],[dummy]) result=yes], - [result=no]) - -AC_MSG_RESULT([$result]) - dnl Firefox doesn't have this API (?) AC_MSG_CHECKING([for nsIXULChromeRegistry API]) |