diff options
author | Eric Christopher <echristo@gmail.com> | 2013-07-08 21:18:54 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-07-08 21:18:54 +0000 |
commit | 72ebead43f3910debfb2aaa5ab2e51cdb4f56624 (patch) | |
tree | 85c2367906303a99a61ac2ea0f1ea0bc3bb41e3a /llvm/configure | |
parent | aba20dd60398bb1ec92cf9663d1334458117fdd4 (diff) | |
download | bcm5719-llvm-72ebead43f3910debfb2aaa5ab2e51cdb4f56624.tar.gz bcm5719-llvm-72ebead43f3910debfb2aaa5ab2e51cdb4f56624.zip |
No ',' between programs.
llvm-svn: 185867
Diffstat (limited to 'llvm/configure')
-rwxr-xr-x | llvm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure index b7b26c92d02..715f6ee9db3 100755 --- a/llvm/configure +++ b/llvm/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 |