Commit 57db1faf authored by James Almer's avatar James Almer

Merge commit 'c546147d'

* commit 'c546147d':
  configure: Correctly recurse in do_check_deps()

See 7659f356.
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents f1cdfd29 c546147d
......@@ -734,7 +734,6 @@ is_in(){
do_check_deps(){
for cfg; do
cfg="${cfg#!}"
enabled ${cfg}_checking && die "Circular dependency for $cfg."
disabled ${cfg}_checking && continue
enable ${cfg}_checking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment