--- libaitio/configure.in 2011/08/29 12:00:57 1.12 +++ libaitio/configure.in 2012/11/15 23:23:54 1.29 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.12 2011/08/29 12:00:57 misho Exp $ +# $Id: configure.in,v 1.29 2012/11/15 23:23:54 misho Exp $ # -AC_INIT(libaitio, 2.0, misho@elwix.org) +AC_INIT(libaitio, 3.8, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitio.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -20,6 +20,10 @@ CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS} LDFLAGS="-L/usr/local/lib ${LDFLAGS}" AC_CHECK_LIB([crypto], [EVP_CipherInit_ex]) +AC_CHECK_LIB([pthread], [pthread_mutex_init]) +AC_CHECK_LIB([util], [forkpty]) +AC_CHECK_LIB([rt], [aio_read]) +AC_CHECK_LIB([aitcrc], [crcFletcher16]) # Checks for header files. AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termios.h unistd.h]) @@ -39,7 +43,6 @@ AC_ARG_ENABLE(debug, [ DEBUG=$enableval case "$enableval" in yes) - AC_DEFINE(__DEBUG,, [Build libraries with debug information and additional messages]) CFLAGS="-g ${CFLAGS}" ;; *) @@ -51,7 +54,7 @@ AC_MSG_RESULT($DEBUG) AIO=no AC_MSG_CHECKING(AIO Build) AC_ARG_ENABLE(aio, - [ --enable-aio Build library with AIO operations], + [ --enable-aio Build library with AIO operations ], [ AIO=$enableval case "$enableval" in yes) @@ -61,6 +64,20 @@ AC_ARG_ENABLE(aio, ;; esac ],) AC_MSG_RESULT($AIO) + +#MPOOL=no +#AC_MSG_CHECKING(Use ELWIX MPOOL) +#AC_ARG_ENABLE(mpool, +# [ --enable-mpool Build library with MPOOL operations ], +# [ MPOOL=$enableval +# case "$enableval" in +# yes) +# AC_DEFINE(USE_MPOOL,, [Build library with MPOOL operations]) +# ;; +# *) +# ;; +# esac ],) +#AC_MSG_RESULT($MPOOL) AC_CONFIG_FILES([Makefile inc/Makefile