Commit 0a2c94e8 authored by John Reiser's avatar John Reiser Committed by Alexandre Julliard

configure: Add check for valgrind/valgrind.h.

parent e22e480f
...@@ -7210,6 +7210,7 @@ done ...@@ -7210,6 +7210,7 @@ done
for ac_header in \ for ac_header in \
AudioUnit/AudioUnit.h \ AudioUnit/AudioUnit.h \
Carbon/Carbon.h \ Carbon/Carbon.h \
...@@ -7320,7 +7321,8 @@ for ac_header in \ ...@@ -7320,7 +7321,8 @@ for ac_header in \
termios.h \ termios.h \
unistd.h \ unistd.h \
utime.h \ utime.h \
valgrind/memcheck.h valgrind/memcheck.h \
valgrind/valgrind.h
do do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
......
...@@ -335,7 +335,8 @@ AC_CHECK_HEADERS(\ ...@@ -335,7 +335,8 @@ AC_CHECK_HEADERS(\
termios.h \ termios.h \
unistd.h \ unistd.h \
utime.h \ utime.h \
valgrind/memcheck.h valgrind/memcheck.h \
valgrind/valgrind.h
) )
AC_HEADER_STAT() AC_HEADER_STAT()
......
...@@ -918,6 +918,9 @@ ...@@ -918,6 +918,9 @@
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */ /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
#undef HAVE_VALGRIND_MEMCHECK_H #undef HAVE_VALGRIND_MEMCHECK_H
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H
/* Define if we have va_copy */ /* Define if we have va_copy */
#undef HAVE_VA_COPY #undef HAVE_VA_COPY
......
...@@ -52,8 +52,8 @@ struct _pthread_cleanup_buffer; ...@@ -52,8 +52,8 @@ struct _pthread_cleanup_buffer;
#ifdef HAVE_RESOLV_H #ifdef HAVE_RESOLV_H
# include <resolv.h> # include <resolv.h>
#endif #endif
#ifdef HAVE_VALGRIND_MEMCHECK_H #ifdef HAVE_VALGRIND_VALGRIND_H
#include <valgrind/memcheck.h> #include <valgrind/valgrind.h>
#endif #endif
#ifdef HAVE_SYS_SYSCALL_H #ifdef HAVE_SYS_SYSCALL_H
# include <sys/syscall.h> # include <sys/syscall.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment