Author: Ghostwolf <foxxe@wtfs.net>
authorJoseph Bongaarts <foxxe@wtfs.net>
Tue, 19 Mar 2002 15:12:43 +0000 (15:12 +0000)
committerJoseph Bongaarts <foxxe@wtfs.net>
Tue, 19 Mar 2002 15:12:43 +0000 (15:12 +0000)
Log message: Cut and paste error...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@679 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

configure
configure.in

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
 
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