meson: remove debug message

This commit is contained in:
Mathieu Duponchelle 2018-07-04 17:54:28 +02:00 committed by Ebrahim Byagowi
parent 07cadc9c87
commit 14432b3ded
1 changed files with 0 additions and 2 deletions

View File

@ -161,8 +161,6 @@ foreach check : check_funcs
endif
endif
message('func: @0@, found: @1@'.format(name, found))
if found
deps += extra_deps
conf.set('HAVE_@0@'.format(name.to_upper()), 1)