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.
This commit is contained in:
Serge Gautherie 2010-03-03 11:12:28 +01:00
Родитель 1a6115bba2
Коммит 27680cfb3d
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -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