chiark / gitweb /
symm/poly1305.c: Fix daft typo in banner comment.
[catacomb] / configure.ac
index bdc94be7ee6841e30257ac21ba183962ea414d23..40353daa297ce423e34f89d408f4e5ad88ba063a 100644 (file)
@@ -368,6 +368,12 @@ LIBS=$mdw_ORIG_LIBS
 dnl Memory locking support.
 AC_CHECK_FUNCS([mlock])
 
+dnl See if we can find Valgrind's header files.
+AC_CHECK_HEADER([valgrind/memcheck.h],
+  AC_DEFINE([HAVE_VALGRIND_H], [1],
+           [Define if the Valgrind header files are available.])
+  [])
+
 dnl Set the master libraries we need.
 AC_SUBST([CATACOMB_LIBS])