[llvm-commits] CVS: llvm/autoconf/configure.ac

Misha Brukman brukman at cs.uiuc.edu
Tue Nov 1 12:58:19 PST 2005



Changes in directory llvm/autoconf:

configure.ac updated: 1.195 -> 1.196
---
Log message:

Fixed copy-paste typo, patch by Marco Matthies.


---
Diffs of the changes:  (+1 -1)

 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.195 llvm/autoconf/configure.ac:1.196
--- llvm/autoconf/configure.ac:1.195	Wed Aug 24 05:43:10 2005
+++ llvm/autoconf/configure.ac	Tue Nov  1 14:58:08 2005
@@ -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-commits mailing list