summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-07-08 20:24:54 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-07-08 20:24:54 +0000
commite1e7310749008a515ddd5bf6398df17644f53b33 (patch)
treed4185f204a11e2b88687daf486bc362580931d40 /include/llvm/Config/config.h.in
parentcffecb4f2b8177c6264ef65b15f0a182058b39a2 (diff)
downloadllvm-e1e7310749008a515ddd5bf6398df17644f53b33.tar.gz
llvm-e1e7310749008a515ddd5bf6398df17644f53b33.tar.bz2
llvm-e1e7310749008a515ddd5bf6398df17644f53b33.tar.xz
Find xdot or xdot.py.
Ubuntu installs this as xdot, so finding xdot.py would fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 9ef70e171a..3c6b58d7e7 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -512,8 +512,8 @@
/* Define to 1 if you have the `writev' function. */
#undef HAVE_WRITEV
-/* Define if the xdot.py program is available */
-#undef HAVE_XDOT_PY
+/* Define if the xdot program is available */
+#undef HAVE_XDOT
/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
@@ -662,8 +662,8 @@
/* Define to path to twopi program if found or 'echo twopi' otherwise */
#undef LLVM_PATH_TWOPI
-/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
-#undef LLVM_PATH_XDOT_PY
+/* Define to path to xdot program if found or 'echo xdot' otherwise */
+#undef LLVM_PATH_XDOT
/* Installation prefix directory */
#undef LLVM_PREFIX