From 27680cfb3dc08838bb8c7624c1259d2e8ce3be36 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Wed, 3 Mar 2010 11:12:28 +0100 Subject: [PATCH] Bug 509179 - Make NS_ENABLE_TSF configurable; (Cv2) /js/src/configure.in: Copy (the useful part of) it, Remove checks for oleacc.idl and atlbase.h too. r=ted.mielczarek. --- js/src/configure.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/src/configure.in b/js/src/configure.in index 140cc3da4096..7ac6fed38a27 100644 --- a/js/src/configure.in +++ b/js/src/configure.in @@ -2076,15 +2076,6 @@ case "$target" in cygwin*|msvc*|mks*) AC_MSG_WARN([Using a cygwin build environment is unsupported. Configure cannot check for the presence of necessary headers. Please upgrade to MozillaBuild; see http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites]) ;; - - *) - AC_CHECK_HEADERS(oleacc.idl) - - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_CHECK_HEADERS(atlbase.h wpcapi.h) - AC_LANG_RESTORE - ;; esac case "$target" in