really enable v6

This commit is contained in:
Rudolf Polzer 2010-10-03 15:00:38 +02:00
parent 153389c6d4
commit 49b3b2f91c

2
all
View File

@ -521,7 +521,7 @@ case "$cmd" in
;;
compile)
if [ -z "$CC" ]; then
export CC="gcc -DSUPPORT_IPV6"
export CC="gcc -DSUPPORTIPV6"
fi
if [ -n "$WE_HATE_OUR_USERS" ]; then
TARGETS="sv-debug cl-debug"