projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cee630
)
Fixed copy-paste typo, patch by Marco Matthies.
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 1 Nov 2005 20:58:08 +0000
(20:58 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 1 Nov 2005 20:58:08 +0000
(20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24142
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/configure.ac
patch
|
blob
|
history
diff --git
a/autoconf/configure.ac
b/autoconf/configure.ac
index 661fc1d350124554058c4a06dc67054007bcd9cc..d19aea29eff601bc519670090912a7aad2b88a8f 100644
(file)
--- 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 "$G
RAPHVIZ
" != "echo gv" ; then
+if test "$G
V
" != "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])