Put the path to the Graphviz program in the #defines so it can be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22430 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2005-07-14 02:25:12 +00:00
parent f1a2f15ed3
commit c232a65827
3 changed files with 43 additions and 33 deletions

View File

@@ -392,6 +392,9 @@
/* Define if this is Win32ish platform */
#undef LLVM_ON_WIN32
/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
#undef LLVM_PATH_GRAPHVIZ
/* Installation prefix directory */
#undef LLVM_PREFIX