Remove extra perl test. Move nspr option down in the list for the configurator page (http://cvs-mirror.mozilla.org/webtools/build/config.cgi). r=pavlov.

git-svn-id: svn://10.0.0.236/trunk@58657 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 2000-01-26 00:45:58 +00:00
parent 33b192d23e
commit fda830c692

View File

@ -281,7 +281,6 @@ AC_PROG_CXXCPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_AWK
AC_PATH_PROGS(PERL, perl5 perl, :)
AC_PATH_PROGS(EMACS, xemacs lemacs emacs, :)
AC_PATH_PROGS(PERL, perl5 perl, :)
AC_PATH_PROG(WHOAMI, whoami, :)
@ -1751,11 +1750,6 @@ else
MOZ_NATIVE_NSPR=1
fi
USE_NSPR_AUTOCONF=
MOZ_ARG_ENABLE_BOOL(nspr-autoconf,
[ --enable-nspr-autoconf Use autoconf when building nspr],
USE_NSPR_AUTOCONF=1)
dnl See if mmap sees writes
dnl ========================================================
dnl For cross compiling, just define it as no, which is a safe default
@ -2712,6 +2706,11 @@ MOZ_ARG_ENABLE_BOOL(idltool,
[ --enable-idlc Build idl tool (default=no) ],
BUILD_IDLC=1)
USE_NSPR_AUTOCONF=
MOZ_ARG_ENABLE_BOOL(nspr-autoconf,
[ --enable-nspr-autoconf Use autoconf when building nspr],
USE_NSPR_AUTOCONF=1)
MOZ_ARG_ENABLE_BOOL(xterm-updates,
[ --enable-xterm-updates Update XTERM titles with current command.],
MOZ_UPDATE_XTERM=1)