--- libaitio/configure.in 2011/02/10 22:01:33 1.6 +++ libaitio/configure.in 2011/03/15 11:57:32 1.6.2.2 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.6 2011/02/10 22:01:33 misho Exp $ +# $Id: configure.in,v 1.6.2.2 2011/03/15 11:57:32 misho Exp $ # -AC_INIT(libaitio, 1.4, misho@openbsd-bg.org) +AC_INIT(libaitio, 1.5, misho@openbsd-bg.org) AC_CONFIG_SRCDIR([src/aitio.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -46,7 +46,7 @@ AC_ARG_ENABLE(debug, esac ],) AC_MSG_RESULT($DEBUG) -AIO=yes +AIO=no AC_MSG_CHECKING(AIO Build) AC_ARG_ENABLE(aio, [ --enable-aio Build library with AIO operations], @@ -57,7 +57,7 @@ AC_ARG_ENABLE(aio, ;; *) ;; - esac ], AC_DEFINE(AIO_OPS,, [Build library with AIO operations])) + esac ],) AC_MSG_RESULT($AIO) AC_CONFIG_FILES([Makefile