From 251a8e36e3848ca54dff31e0ed6bfd5825ec3ce2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 11 Jun 2007 10:29:07 +0000 Subject: (svn r10091) -Add: make time detection whether you are using -jN when having distcc enabled. --- config.lib | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.lib') diff --git a/config.lib b/config.lib index 252a17f07..99f975e7f 100644 --- a/config.lib +++ b/config.lib @@ -531,6 +531,7 @@ check_params() { if [ "$with_distcc" != "0" ]; then res="`$distcc --version 2>/dev/null | head -n 1 | cut -b 0-6`" if [ "$res" != "distcc" ]; then + distcc="" log 1 "checking distcc... no" if [ "$with_distcc" = "2" ]; then log 1 "configure: error: no distcc detected, but was forced to be used" @@ -1935,6 +1936,7 @@ make_sed() { s#!!AWK!!#$awk#g; s#!!GCC295!!#$gcc295#g; s#!!ENABLE_INSTALL!!#$enable_install#g; + s#!!DISTCC!!#$distcc#g; " } -- cgit v1.2.3-70-g09d2