summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-12 20:15:23 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-12 20:15:23 +0000
commit8cc89ca6bc610b5e30cf691b0845b761f8455b9c (patch)
tree20fea48ea8cf3246de394efbf6bb47bb5ba86a84
parent6f73d28adf58aa4c97016411d94875a8e8aab6dc (diff)
downloadllvm-8cc89ca6bc610b5e30cf691b0845b761f8455b9c.tar.gz
Updated configure script so that it does not configure llvm/project
directories that do not contain a configure script. llvm-svn: 10437
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index b23313d1dbb4..6322b518cbe3 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -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