0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00

configure: Undef IRCD_USE_AIO when AIO is disabled.

This commit is contained in:
Jason Volk 2018-11-03 06:20:27 -07:00
parent eb28961561
commit 868bfc83fa

View file

@ -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 ]]]])