aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-09-30 18:15:26 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-30 18:15:26 +0800
commit2bf03e3c19c612e45fd14ba190fb3aa4431a40c8 (patch)
tree3a07c22fc6ad7ef3af6fc46e9e974320ead7066a /configure.ac
parent97b7d16d20e23022cd9d108c709bfc58488b162d (diff)
downloadgsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.tar
gsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.tar.gz
gsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.tar.bz2
gsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.tar.lz
gsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.tar.xz
gsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.tar.zst
gsoc2013-epiphany-2bf03e3c19c612e45fd14ba190fb3aa4431a40c8.zip
Remove explicit PAC autoconf call, it works perfectly ok without it.
2004-09-30 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/mozilla-notifiers.cpp: Remove explicit PAC autoconf call, it works perfectly ok without it.
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 6b6d6072b..5f0b2a580 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,22 +321,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])