version 1.6.2.1, 2011/02/10 22:07:59
|
version 1.7, 2011/03/16 16:44:52
|
Line 46 AC_ARG_ENABLE(debug,
|
Line 46 AC_ARG_ENABLE(debug,
|
esac ],) |
esac ],) |
AC_MSG_RESULT($DEBUG) |
AC_MSG_RESULT($DEBUG) |
|
|
AIO=yes | AIO=no |
AC_MSG_CHECKING(AIO Build) |
AC_MSG_CHECKING(AIO Build) |
AC_ARG_ENABLE(aio, |
AC_ARG_ENABLE(aio, |
[ --enable-aio Build library with AIO operations], |
[ --enable-aio Build library with AIO operations], |
Line 57 AC_ARG_ENABLE(aio,
|
Line 57 AC_ARG_ENABLE(aio,
|
;; |
;; |
*) |
*) |
;; |
;; |
esac ], AC_DEFINE(AIO_OPS,, [Build library with AIO operations])) | esac ],) |
AC_MSG_RESULT($AIO) |
AC_MSG_RESULT($AIO) |
|
|
AC_CONFIG_FILES([Makefile |
AC_CONFIG_FILES([Makefile |