aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-11-01 20:58:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-11-01 20:58:08 +0000
commitea04dfd611d769a091d91f051e83ccd77ab60946 (patch)
tree1d6d3315f37871065b51f2fe56601b28078e8009 /autoconf/configure.ac
parent6cee630070b1a7183ed56a8404e812629f5ca538 (diff)
downloadexternal_llvm-ea04dfd611d769a091d91f051e83ccd77ab60946.zip
external_llvm-ea04dfd611d769a091d91f051e83ccd77ab60946.tar.gz
external_llvm-ea04dfd611d769a091d91f051e83ccd77ab60946.tar.bz2
Fixed copy-paste typo, patch by Marco Matthies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 661fc1d..d19aea2 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -323,7 +323,7 @@ if test "$GRAPHVIZ" != "echo Graphviz" ; then
[Define to path to Graphviz program if found or 'echo Graphviz' otherwise])
fi
AC_PATH_PROG(GV, [gv], [echo gv])
-if test "$GRAPHVIZ" != "echo gv" ; then
+if test "$GV" != "echo gv" ; then
AC_DEFINE([HAVE_GV],[1],[Define if the gv program is available])
AC_DEFINE_UNQUOTED([LLVM_PATH_GV],"$GV",
[Define to path to gv program if found or 'echo gv' otherwise])