From 27edf86f6ab408352b4b975669d0759aa47bff78 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Wed, 10 Jun 1998 09:41:59 -0500 Subject: [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. --- config/linux | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/linux b/config/linux index e4c0111..ff79283 100644 --- a/config/linux +++ b/config/linux @@ -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. -- cgit v0.12