Automated update

git-svn-id: svn://10.0.0.236/trunk@22628 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-03-02 23:31:36 +00:00
parent dc58e7d168
commit 09a337ad35

68
mozilla/configure vendored
View File

@@ -21,20 +21,20 @@ ac_help="$ac_help
--with-x use the X Window System"
ac_help="$ac_help
--disable-async-dns Disable separate dns thread"
ac_help="$ac_help
--disable-build-nspr Dont build mozilla/nsprpub"
ac_help="$ac_help
--disable-build-xpfe Dont build mozilla/xpfe"
ac_help="$ac_help
--enable-editor Enable editor"
ac_help="$ac_help
--enable-mailnews Enable Mail & News"
ac_help="$ac_help
--disable-build-nspr Dont build mozilla/nsprpub"
ac_help="$ac_help
--enable-oji Enable use of Open JVM Interface"
ac_help="$ac_help
--enable-tests Enable test stubs"
ac_help="$ac_help
--enable-toolkit=\$val Enable \$val fe (defaults to gtk)"
ac_help="$ac_help
--disable-build-xpfe Dont build mozilla/xpfe"
ac_help="$ac_help
--disable-asserts Disable asserts during debugging"
ac_help="$ac_help
@@ -6096,6 +6096,36 @@ if test "${enable_async_dns+set}" = set; then
fi
MOZ_BUILD_NSPR=1
# Check whether --enable-build-nspr or --disable-build-nspr was given.
if test "${enable_build_nspr+set}" = set; then
enableval="$enable_build_nspr"
if test "$enableval" = "no"; then
MOZ_BUILD_NSPR=
elif test "$enableval" = "yes"; then
:
else
{ echo "configure: error: Option, build-nspr, does not take an argument ($enableval)." 1>&2; exit 1; }
fi
fi
MOZ_BUILD_XPFE=1
# Check whether --enable-build-xpfe or --disable-build-xpfe was given.
if test "${enable_build_xpfe+set}" = set; then
enableval="$enable_build_xpfe"
if test "$enableval" = "no"; then
MOZ_BUILD_XPFE=
elif test "$enableval" = "yes"; then
:
else
{ echo "configure: error: Option, build-xpfe, does not take an argument ($enableval)." 1>&2; exit 1; }
fi
fi
# Check whether --enable-editor or --disable-editor was given.
if test "${enable_editor+set}" = set; then
enableval="$enable_editor"
@@ -6123,21 +6153,6 @@ if test "${enable_mailnews+set}" = set; then
fi
MOZ_BUILD_NSPR=1
# Check whether --enable-build-nspr or --disable-build-nspr was given.
if test "${enable_build_nspr+set}" = set; then
enableval="$enable_build_nspr"
if test "$enableval" = "no"; then
MOZ_BUILD_NSPR=
elif test "$enableval" = "yes"; then
:
else
{ echo "configure: error: Option, build-nspr, does not take an argument ($enableval)." 1>&2; exit 1; }
fi
fi
# Check whether --enable-oji or --disable-oji was given.
if test "${enable_oji+set}" = set; then
enableval="$enable_oji"
@@ -6188,21 +6203,6 @@ if test "$MOZ_TOOLKIT" = "USE_DEFAULT"; then
fi
fi
MOZ_BUILD_XPFE=1
# Check whether --enable-build-xpfe or --disable-build-xpfe was given.
if test "${enable_build_xpfe+set}" = set; then
enableval="$enable_build_xpfe"
if test "$enableval" = "no"; then
MOZ_BUILD_XPFE=
elif test "$enableval" = "yes"; then
:
else
{ echo "configure: error: Option, build-xpfe, does not take an argument ($enableval)." 1>&2; exit 1; }
fi
fi
# Compiler Options