mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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
This commit is contained in:
parent
6cee630070
commit
ea04dfd611
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user