No ',' between programs.
authorEric Christopher <echristo@gmail.com>
Mon, 8 Jul 2013 21:18:54 +0000 (21:18 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 8 Jul 2013 21:18:54 +0000 (21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185867 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index b54535e875e1fb3f200e665e5ecc7a18b90ec1ba..9e6e6e4b3dff734a485fd57d61f8dfb4ecf67755 100644 (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
index b7b26c92d02f9d7a80c77cf553a3088a24d0c726..715f6ee9db3f16456b844d0f99d24d7b12f6ba7d 100755 (executable)
--- a/configure
+++ b/configure
@@ -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