From c3ae0d95312611108d2d002cba189a84263cd3ed Mon Sep 17 00:00:00 2001 From: cltbld Date: Mon, 7 Feb 2005 14:55:58 +0000 Subject: [PATCH] Automated update from host egg --- configure | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 986afeca2967..6d284f509663 100755 --- a/configure +++ b/configure @@ -5038,7 +5038,7 @@ case "$host" in CYGWIN_WRAPPER="${_pwd}/${srcdir}/build/cygwin-wrapper" fi if test "`${PERL} -v | grep -c cygwin 2>/dev/null`" = 0; then - _AS_PERL=1 + AS_PERL=1 PERL="${CYGWIN_WRAPPER} $PERL" fi ;; @@ -17665,6 +17665,7 @@ fi + if test "$MOZ_BYPASS_PROFILE_AT_STARTUP"; then @@ -17790,7 +17791,7 @@ if test -n "$MOZ_X11"; then _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $XCFLAGS" cat > conftest.$ac_ext < @@ -17806,7 +17807,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:17810: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 @@ -18053,7 +18054,7 @@ rm -f confdefs.h mv confdefs.h.save confdefs.h . ${srcdir}/allmakefiles.sh -if test -z "${_AS_PERL}"; then +if test -z "${AS_PERL}"; then echo $MAKEFILES | ${PERL} $srcdir/build/autoconf/acoutput-fast.pl > conftest.sh else echo $MAKEFILES | ${PERL} $srcdir/build/autoconf/acoutput-fast.pl -nowrap --cygwin-srcdir=$srcdir > conftest.sh @@ -18505,6 +18506,7 @@ s%@MOZ_MAPINFO@%$MOZ_MAPINFO%g s%@MOZ_BROWSE_INFO@%$MOZ_BROWSE_INFO%g s%@MOZ_TOOLS_DIR@%$MOZ_TOOLS_DIR%g s%@CYGWIN_WRAPPER@%$CYGWIN_WRAPPER%g +s%@AS_PERL@%$AS_PERL%g s%@SYSTEM_JPEG@%$SYSTEM_JPEG%g s%@SYSTEM_PNG@%$SYSTEM_PNG%g s%@SYSTEM_ZLIB@%$SYSTEM_ZLIB%g