Blob Blame History Raw
From 49ba9324f86322814a29d1addc3b1f011508ab29 Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones <rjones@redhat.com>
Date: Fri, 8 Mar 2013 19:19:43 +0000
Subject: [PATCH 30/35] EPEL 5: Disable valgrind.

Ancient automake didn't have AM_SUBST_NOTMAKE.
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2680acf..900c23b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -868,8 +868,8 @@ AS_IF([test "x$VALGRIND" != "xno"],[
     # No valgrind, so substitute VG with something that will break.
     VG=VALGRIND_IS_NOT_INSTALLED
 ])
-AC_SUBST([VG])
-AM_SUBST_NOTMAKE([VG])
+dnl AC_SUBST([VG])
+dnl AM_SUBST_NOTMAKE([VG])
 
 dnl Enable profiling?
 AC_ARG_ENABLE([code-profiling],
-- 
1.7.4.1