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

directories that do not contain a configure script.

llvm-svn: 10437
This commit is contained in:
John Criswell 2003-12-12 20:15:23 +00:00
parent 5c3d9dc749
commit 9ac70a5057

2
configure vendored
View File

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