Allow empty configdirs.

This commit is contained in:
Ralf Corsepius
2008-07-27 06:50:08 +00:00
parent f449548408
commit feb447e94d

View File

@@ -211,7 +211,7 @@ if test "$no_recursion" != yes; then
esac
ac_popdir=`pwd`
for ac_dir in $$1_configdirs; do
for ac_dir in : $$1_configdirs; do test "x$ac_dir" = x: && continue
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.