X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=configure.in;h=ece99dbac74bfc708ea6d367f2c3be5b70998b8e;hp=38327ad4e9c8449fc1fdb4bb469b2071ef1bdc7e;hb=5f0c1cd631b9abcca90afe15cf129babba86f7f1;hpb=e2091a2a49bcf0cdab0c694a18f9e77515d43405 diff --git a/configure.in b/configure.in index 38327ad..ece99db 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(src/htparser.c) -AM_INIT_AUTOMAKE([ashd], [0.7]) +AM_INIT_AUTOMAKE([ashd], [0.11]) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -39,6 +39,7 @@ fi if test "$HAS_EPOLL" = yes; then AC_DEFINE(HAVE_EPOLL) fi +AM_CONDITIONAL(USE_EPOLL, [test "$HAS_EPOLL" = yes ]) AH_TEMPLATE(HAVE_XATTR, [define to compile support for filesystem extended attributes]) AC_ARG_WITH(xattr, [ --with-xattr Enable XATTR support])