No ',' between programs.

llvm-svn: 185867
This commit is contained in:
Eric Christopher 2013-07-08 21:18:54 +00:00
parent aba20dd603
commit 72ebead43f
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
llvm/configure vendored
View File

@ -7225,7 +7225,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
fi
for ac_prog in xdot, xdot.py
for ac_prog in xdot xdot.py
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2