Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2007 02:16:42 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 124932 for review
Message-ID:  <200708090216.l792GgPp065027@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124932

Change 124932 by peter@peter_work on 2007/08/09 02:15:46

	Fix a stupid valgrind vs autoconf bug

Affected files ...

.. //depot/projects/valgrind/configure.in#3 edit

Differences ...

==== //depot/projects/valgrind/configure.in#3 (text+ko) ====

@@ -59,6 +59,7 @@
 AC_PROG_CPP
 AC_PROG_CXX
 AC_PROG_RANLIB
+AC_PROG_EGREP
 
 # Check for the compiler support
 if test "${GCC}" != "yes" ; then



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708090216.l792GgPp065027>