From 2bf03e3c19c612e45fd14ba190fb3aa4431a40c8 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 30 Sep 2004 10:15:26 +0000 Subject: Remove explicit PAC autoconf call, it works perfectly ok without it. 2004-09-30 Christian Persch * configure.ac: * embed/mozilla/mozilla-notifiers.cpp: Remove explicit PAC autoconf call, it works perfectly ok without it. --- configure.ac | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'configure.ac') 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 - #include ]], - [[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]) -- cgit v1.2.3