Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / configure.in
index 5a975baf208f763c6d4ac6776e5fc9c60297cda9..478d67ef81ecbb38ab6475e6bd640ce6580f4c21 100644 (file)
@@ -276,12 +276,12 @@ dnl Check for --disable-headinsand
 AC_MSG_CHECKING([whether to enable head in sand 'features'])
 AC_ARG_ENABLE([headinsand],
 [  --disable-headinsand      Disable head in sand (-DNO_HEAD_IN_SAND)],
-[unet_cv_enable_symbols=$enable_headinsand],
+[unet_cv_enable_headinsand=$enable_headinsand],
 [AC_CACHE_VAL(unet_cv_enable_headinsand,
 [unet_cv_enable_headinsand=yes])])
 AC_MSG_RESULT([$unet_cv_enable_headinsand])
 
-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