X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=b8fa47b3a4104cb9b2681d9eab2211d51b3924fe;hb=8240565929c54d87883659f41ceef717bcdfa4b7;hp=7b80a0d2fec3d7cb32c3c535020df5d1da76fc95;hpb=16accb88e851c6d4333b536e1cf3c3f0c307c722;p=ashd.git diff --git a/configure.in b/configure.in index 7b80a0d..b8fa47b 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.13]) 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])