From: Rudolf Polzer Date: Sun, 3 Oct 2010 13:00:38 +0000 (+0200) Subject: really enable v6 X-Git-Tag: xonotic-v0.1.0preview~154 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=49b3b2f91cfc9ee772d5cfd71d989768968d6250 really enable v6 --- diff --git a/all b/all index c09c7161..607db563 100755 --- a/all +++ b/all @@ -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"