diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |