fix default of $CC

This commit is contained in:
Rudolf Polzer 2012-02-25 22:16:04 +01:00
parent 284da4dc2e
commit 722250f906

3
all
View File

@ -942,8 +942,9 @@ case "$cmd" in
debug=debug
snowleopardhack=false
if [ -z "$CC" ]; then
export CC="gcc -DSUPPORTIPV6"
export CC="gcc"
fi
export CC="$CC -DSUPPORTIPV6"
while :; do
case "$1" in
-0)