From d8884cc6aa8ac14ea8c0275202b0f4c4025a7aca Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Dec 2009 19:36:05 +0100 Subject: deactivate cpp check, use gcc -E instead. --- scripts/scan-tools.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 266cb2b27..ab0de0494 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -104,11 +104,11 @@ if [[ $X != *@(Native compiler works)* ]]; then fi rm test 2>/dev/null -if ! which cpp >/dev/null 2>&1; then - echo You must install a C preprocessor to continue. - echo - out=1 -fi +#if ! which cpp >/dev/null 2>&1; then +# echo You must install a C preprocessor to continue. +# echo +# out=1 +#fi if ! which tar >/dev/null 2>&1; then echo You must install GNU tar to continue. -- cgit v1.2.3