Adding back the NO_X11 ifdef as the general test is wrapped in a SKIP_COMPILER_CHECKS ifdef.

This commit is contained in:
seawood%netscape.com 2002-08-08 23:52:51 +00:00
parent f0a85f101a
commit 96c419f2f8
2 changed files with 356 additions and 350 deletions

704
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -967,7 +967,9 @@ case "$target" in
dnl Hardcode to win95 for now - cls
TARGET_NSPR_MDCPUCFG='\"md/_win95.cfg\"'
dnl set NO_X11 defines here as the general check is skipped on win32
no_x=yes
AC_DEFINE(NO_X11)
dnl Remove cygwinism from MOZ_BUILD_ROOT
MOZ_BUILD_ROOT=`cygpath -w $MOZ_BUILD_ROOT | sed -e 's|\\\\|/|g'`