From 08e22596863fbed49694485665f4052a8a46bb4e Mon Sep 17 00:00:00 2001 From: Joseph Bongaarts Date: Tue, 19 Mar 2002 15:12:43 +0000 Subject: [PATCH] Author: Ghostwolf 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 | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 1a936bd..dc00370 100755 --- 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 diff --git a/configure.in b/configure.in index 5a975ba..478d67e 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.20.1