X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=74a1a9901ed2712919dfcca88ea0bf5916b73707;hb=cefb0f7aedb9e3f0a2c04e7258ab07a243638e75;hp=38327ad4e9c8449fc1fdb4bb469b2071ef1bdc7e;hpb=e2091a2a49bcf0cdab0c694a18f9e77515d43405;p=ashd.git diff --git a/configure.in b/configure.in index 38327ad..74a1a99 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.12]) 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])