Skip to content

Commit 8cc89ca

Browse files
author
John Criswell
committed
Updated configure script so that it does not configure llvm/project
directories that do not contain a configure script. llvm-svn: 10437
1 parent 6f73d28 commit 8cc89ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ for i in `ls ${srcdir}/projects`
15231523
do
15241524
if test ${i} != "CVS"
15251525
then
1526-
if test -d ${srcdir}/projects/${i}
1526+
if test -f ${srcdir}/projects/${i}/configure
15271527
then
15281528

15291529

0 commit comments

Comments
 (0)