瀏覽代碼

deactivate cpp check, use gcc -E instead.

Waldemar Brodkorb 15 年之前
父節點
當前提交
d8884cc6aa
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      scripts/scan-tools.sh

+ 5 - 5
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.