X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=0f47c265fe66e365c83b194215ad13b06d8aafcf;hb=45ea7d40f5af565302d1329fff6a0628db858306;hp=3e0788cc2dfd2290ea0d3d52d05f1f9b58a449cc;hpb=5518f5b5731a252c7cc871edd28b18af798e185e;p=ashd.git diff --git a/configure.in b/configure.in index 3e0788c..0f47c26 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.3]) 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=""