X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=configure.in;h=b4f8b46b2a429ba3bf8b1b289f4fff83ebe7548c;hp=d3c75a3c2500407f739c85aabb9a38e1970d3171;hb=e8e26a454a724eea9344e72f71f57b02758ce473;hpb=c3727b053aa20cecf3984cc0c9c23b0140edf52c diff --git a/configure.in b/configure.in index d3c75a3..b4f8b46 100644 --- a/configure.in +++ b/configure.in @@ -714,36 +714,6 @@ AC_MSG_RESULT([$unet_cv_with_maxcon]) AC_DEFINE_UNQUOTED(MAXCONNECTIONS, $unet_cv_with_maxcon, [Maximum number of network connections]) -dnl Old OGN ircu compatibility checks. -unet_cv_enable_compat="yes" -AC_MSG_CHECKING([whether to enable OGN-compat mode]) -AC_ARG_ENABLE([compat], - [ --enable-compat Enables OGN-compat mode.], - [unet_cv_enable_compat=$enable_compat], -) -AC_MSG_RESULT([$unet_cv_enable_compat]) - -if test $unet_cv_enable_compat = "no" ; then - # do nothing - unet_cv_enable_compat="no" -else - AC_DEFINE([OLD_OGN_IRCU_COMPAT], 1, [Enable compatibility mode.]) -fi - -dnl Check whether to enable unstable features. -unet_cv_enable_unstable="no" -AC_MSG_CHECKING([whether to enable unstable features]) -AC_ARG_ENABLE([unstable], - [ --enable-unstable Enables unstable features.], - [unet_cv_enable_unstable=$enable_unstable], -) -AC_MSG_RESULT([$unet_cv_enable_unstable]) - -if test $unet_cv_enable_unstable = "yes" ; then - AC_DEFINE([WITH_UNSTABLE_FEAT], 1, [Enable unstable features.]) -fi - - unet_cv_enable_gnutls="no" unet_cv_enable_openssl="yes" @@ -792,7 +762,7 @@ if test x"$unet_cv_enable_openssl" = xyes ; then fi dnl Finally really generate all output files: -AC_OUTPUT(Makefile ircd/Makefile doc/Makefile, [echo timestamp > stamp-h]) +AC_OUTPUT(Makefile ircd/Makefile ircd/test/Makefile, [echo timestamp > stamp-h]) dnl Report configuration AC_MSG_RESULT([ @@ -808,8 +778,6 @@ ircu is now hopefully configured for your system. Chroot: $unet_cv_with_chroot OpenSSL: $unet_cv_enable_openssl GnuTLS: $unet_cv_enable_gnutls - Compatibility mode: $unet_cv_enable_compat - Unstable features: $unet_cv_enable_unstable Domain: $unet_cv_with_domain DPath: $unet_cv_with_dpath