X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=configure.in;h=478d67ef81ecbb38ab6475e6bd640ce6580f4c21;hb=08e22596863fbed49694485665f4052a8a46bb4e;hp=5a975baf208f763c6d4ac6776e5fc9c60297cda9;hpb=782fb28f975521d66df16c49d81e45a416907628;p=ircu2.10.12-pk.git 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