Commit 6f73d28a authored by John Criswell's avatar John Criswell
Browse files

Don't configure directories that don't have a configure script (i.e Stacker).

llvm-svn: 10436
parent c6efb11f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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
      AC_CONFIG_SUBDIRS(projects/${i})
    fi