Really take into account configure disable flags!

[CONFIGURATION]
* BUG: Really take into account configure disable flags!
This commit is contained in:
gambas 2018-10-01 17:18:53 +02:00
parent cf89cf56e4
commit efd0a26dea

View file

@ -939,7 +939,9 @@ AC_DEFUN([GB_COMPONENT_PKG_CONFIG],
fi
fi
if test "$gb_enable_$1" = "yes"; then
AC_MSG_RESULT(no)
fi
for pkgcmp in $5
do