forked from Imagelibrary/rtems
Allow empty configdirs.
This commit is contained in:
@@ -211,7 +211,7 @@ if test "$no_recursion" != yes; then
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
ac_popdir=`pwd`
|
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
|
# Do not complain, so a configure script can configure whichever
|
||||||
# parts of a large source tree are present.
|
# parts of a large source tree are present.
|
||||||
|
|||||||
Reference in New Issue
Block a user