X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=configure.in;h=19578351645b52c4a116de2cf5323161bf4ea3e6;hp=3e0788cc2dfd2290ea0d3d52d05f1f9b58a449cc;hb=dd55bfef25d9301b797b24080fee710b05d12849;hpb=5518f5b5731a252c7cc871edd28b18af798e185e diff --git a/configure.in b/configure.in index 3e0788c..1957835 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(src/htparser.c) -AM_INIT_AUTOMAKE([ashd], [0.2]) +AM_INIT_AUTOMAKE([ashd], [0.4]) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -19,6 +19,9 @@ if test "$HAS_MAGIC" = no; then AC_MSG_ERROR([*** cannot find libmagic on this system]) fi +AH_TEMPLATE(HAVE_VALGRIND, [define to include debugging support for Valgrind]) +AC_CHECK_HEADER(valgrind/memcheck.h, [AC_DEFINE(HAVE_VALGRIND)], []) + AH_TEMPLATE(HAVE_XATTR, [define to compile support for filesystem extended attributes]) AC_ARG_WITH(xattr, [ --with-xattr Enable XATTR support]) HAS_XATTR=""