From f83d406541c90511848555f853b523822f4f9c5f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 1 Nov 2005 21:00:49 +0000 Subject: [PATCH] Re-generated to fix copy-paste typo noticed by Marco Matthies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24143 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a97be9c318c..d801c9b02eb 100755 --- a/configure +++ b/configure @@ -5169,7 +5169,7 @@ else echo "${ECHO_T}no" >&6 fi -if test "$GRAPHVIZ" != "echo gv" ; then +if test "$GV" != "echo gv" ; then cat >>confdefs.h <<\_ACEOF #define HAVE_GV 1 -- 2.34.1