X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=configure.in;h=009d985afd844e0632710bf72d42d24d29abb867;hp=7b80a0d2fec3d7cb32c3c535020df5d1da76fc95;hb=90b0ba0f9d93e454cc08a566b718abdcbfd0d9f6;hpb=16accb88e851c6d4333b536e1cf3c3f0c307c722 diff --git a/configure.in b/configure.in index 7b80a0d..009d985 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.8]) 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])