From 77afc92fcd08677f9a9ae3b4f6c6919eb8ec2b33 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 12 May 2012 13:40:45 +0100 Subject: configure: Fix valgrind --vgdb test. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 89d381f4..16433df1 100644 --- a/configure.ac +++ b/configure.ac @@ -758,7 +758,7 @@ AM_CONDITIONAL([HAVE_CXX], [$CXX --version]) dnl If valgrind is present (it's not required), check whether or not dnl it supports the new 'valgrind --vgdb' option. AC_CHECK_PROG([VALGRIND],[valgrind],[valgrind],[no]) -AS_IF([test "x$valgrind" != "xno"],[ +AS_IF([test "x$VALGRIND" != "xno"],[ AC_MSG_CHECKING([if $VALGRIND supports the --vgdb option]) if $VALGRIND --help | grep -sq -- --vgdb; then AC_MSG_RESULT([yes]) -- cgit