Commit 8cc89ca6 authored by John Criswell's avatar John Criswell
Browse files

Updated configure script so that it does not configure llvm/project

directories that do not contain a configure script.

llvm-svn: 10437
parent 6f73d28a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1523,7 +1523,7 @@ for i in `ls ${srcdir}/projects`
do
  if test ${i} != "CVS"
  then
    if test -d ${srcdir}/projects/${i}
    if test -f ${srcdir}/projects/${i}/configure
    then