summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/configure.ac
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
commit72ebead43f3910debfb2aaa5ab2e51cdb4f56624 (patch)
tree85c2367906303a99a61ac2ea0f1ea0bc3bb41e3a /llvm/autoconf/configure.ac
parentaba20dd60398bb1ec92cf9663d1334458117fdd4 (diff)
downloadbcm5719-llvm-72ebead43f3910debfb2aaa5ab2e51cdb4f56624.tar.gz
bcm5719-llvm-72ebead43f3910debfb2aaa5ab2e51cdb4f56624.zip
No ',' between programs.
llvm-svn: 185867
Diffstat (limited to 'llvm/autoconf/configure.ac')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index b54535e875e..9e6e6e4b3df 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/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
OpenPOWER on IntegriCloud