summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-08 21:18:54 +0000
committerEric Christopher <echristo@gmail.com>2013-07-08 21:18:54 +0000
commit69097a29ceb14f33d00153ec358afcf6c9d6e90b (patch)
treec091aacbcf07c9833fb89c069943a4fc67159213 /autoconf
parentcced21285126ec09ecb021e353b54d47073cddf1 (diff)
downloadllvm-69097a29ceb14f33d00153ec358afcf6c9d6e90b.tar.gz
llvm-69097a29ceb14f33d00153ec358afcf6c9d6e90b.tar.bz2
llvm-69097a29ceb14f33d00153ec358afcf6c9d6e90b.tar.xz
No ',' between programs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index b54535e875..9e6e6e4b3d 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1200,7 +1200,7 @@ if test "$DOTTY" != "echo dotty" ; then
AC_DEFINE_UNQUOTED([LLVM_PATH_DOTTY],"$DOTTY${EXEEXT}",
[Define to path to dotty program if found or 'echo dotty' otherwise])
fi
-AC_PATH_PROGS(XDOT, [xdot, xdot.py], [echo xdot])
+AC_PATH_PROGS(XDOT, [xdot xdot.py], [echo xdot])
if test "$XDOT" != "echo xdot" ; then
AC_DEFINE([HAVE_XDOT],[1],[Define if the xdot program is available])
dnl If we're targeting for mingw we should emit windows paths, not msys