[svn-r417] ./config/linux

Made `--enable-parallel' the default on my system.  It used to
	be that way before but then I accidently turned it off and
	forgot about it.
This commit is contained in:
Robb Matzke 1998-06-10 09:41:59 -05:00
parent 5a1772b7ae
commit 27edf86f6a

View File

@ -41,6 +41,12 @@ PROD_CPPFLAGS=
PROFILE_CFLAGS=-pg
PROFILE_CPPFLAGS=
#----------------------------------------------------------------------------
# Enable parallel support by default for Robb's development system.
#
if [ 'robb@arborea' = `whoami`@`hostname` ]; then
enable_parallel=${enable_parallel:-yes}
fi
#----------------------------------------------------------------------------
# Values for overriding configuration tests when cross compiling.