Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / configure
index 1a936bdfa946bcef110e655078db1deaefd925ad..dc00370f9bc85071bafbd55ecf7d32d869109059 100755 (executable)
--- a/configure
+++ b/configure
@@ -3168,7 +3168,7 @@ echo "configure:3168: checking whether to enable head in sand 'features'" >&5
 # Check whether --enable-headinsand or --disable-headinsand was given.
 if test "${enable_headinsand+set}" = set; then
   enableval="$enable_headinsand"
-  unet_cv_enable_symbols=$enable_headinsand
+  unet_cv_enable_headinsand=$enable_headinsand
 else
   if eval "test \"`echo '$''{'unet_cv_enable_headinsand'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3180,7 +3180,7 @@ fi
 
 echo "$ac_t""$unet_cv_enable_headinsand" 1>&6
 
-if test x"$unet_cv_enable_headinsand" = xyes; then
+if test x"$unet_cv_enable_headinsand" = xno; then
     CFLAGS="-DNO_HEAD_IN_SAND $CFLAGS"
 fi