[LLVMbugs] [patch] small copy-paste error in configure.ac

Marco Matthies marco-ml at gmx.net
Mon Oct 31 13:39:39 PST 2005


I believe this to be a small copy-and-paste error.

Cheers,
Marco


Index: configure.ac
===================================================================
RCS file: /var/cvs/llvm/llvm/autoconf/configure.ac,v
retrieving revision 1.195
diff -a -u -r1.195 configure.ac
--- configure.ac        24 Aug 2005 10:43:10 -0000      1.195
+++ configure.ac        31 Oct 2005 21:34:52 -0000
@@ -323,7 +323,7 @@
     [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])




More information about the llvm-bugs mailing list