X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=configure.in;h=0f47c265fe66e365c83b194215ad13b06d8aafcf;hp=b77eae8316276c66c0ce8668f35d464ec023a296;hb=2826062056b7ba73f6a091921a36d3f5062c6180;hpb=d341283f757e188a52aedae7d715e201f2a430c2 diff --git a/configure.in b/configure.in index b77eae8..0f47c26 100644 --- a/configure.in +++ b/configure.in @@ -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=""