提交 44a25707 编写于 作者: U Ulf Möller

Avoid error message about missing gcc.

Submitted by: Niels Poppe <niels@netbox.org>
上级 fa3da3cf
...@@ -284,7 +284,7 @@ done ...@@ -284,7 +284,7 @@ done
# figure out if gcc is available and if so we use it otherwise # figure out if gcc is available and if so we use it otherwise
# we fallback to whatever cc does on the system # we fallback to whatever cc does on the system
GCCVER=`gcc -v 2>&1` GCCVER=`(gcc -v) 2>&1`
if [ $? = "0" ]; then if [ $? = "0" ]; then
CC=gcc CC=gcc
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册