From f8cd25beeee86910f3b462151ae524077306c832 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 10 Mar 2005 15:50:36 +0000 Subject: Remove the wallet hack; it appears not to work correctly using mozilla 1.7 2005-03-10 Christian Persch * configure.ac: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed-single.cpp: Remove the wallet hack; it appears not to work correctly using mozilla 1.7 (work on trunk; but that's dead). --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c96bbcf8d..4e3dc1739 100644 --- a/configure.ac +++ b/configure.ac @@ -485,9 +485,6 @@ if test "x$flavour" = "xmozilla"; then AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/nsIPassword.h], [AC_DEFINE([HAVE_NSIPASSWORD_H],[1], [Define if mozilla nsIPassword header is available])]) - AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/wallet/nsIWalletService.h], - [AC_DEFINE([HAVE_NSIWALLETSERVICE_H],[1], - [Define if nsIWalletService.h is available])]) elif test "x$flavour" = "xtoolkit"; then AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/passwordmgr/nsIPassword.h], [AC_DEFINE([HAVE_NSIPASSWORD_H],[1], -- cgit v1.2.3