diff --git a/configure.ac b/configure.ac index 68c174482..3f814fee7 100644 --- a/configure.ac +++ b/configure.ac @@ -720,8 +720,6 @@ AM_COND_IF(LINUX, if test "$aio" = "yes"; then IRCD_DEFINE(USE_AIO, [1], [Linux AIO is supported and will be used]) -else - IRCD_DEFINE(USE_AIO, [0], [Define to 1 if you want AIO support (linux only)]) fi AM_CONDITIONAL([AIO], [[[[ $aio = yes ]]]])