X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=configure.in;h=ece99dbac74bfc708ea6d367f2c3be5b70998b8e;hp=7b80a0d2fec3d7cb32c3c535020df5d1da76fc95;hb=5f0c1cd631b9abcca90afe15cf129babba86f7f1;hpb=16accb88e851c6d4333b536e1cf3c3f0c307c722 diff --git a/configure.in b/configure.in index 7b80a0d..ece99db 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(src/htparser.c) -AM_INIT_AUTOMAKE([ashd], [0.6]) +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])