From fda830c692d27012e5c01cd005d0bebba71896d9 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Wed, 26 Jan 2000 00:45:58 +0000 Subject: [PATCH] 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 --- mozilla/configure.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index 00eebbc79ef..9446856bde7 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -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)