Really take into account configure disable flags!
[CONFIGURATION] * BUG: Really take into account configure disable flags!
This commit is contained in:
parent
cf89cf56e4
commit
efd0a26dea
1 changed files with 8 additions and 6 deletions
|
@ -939,7 +939,9 @@ AC_DEFUN([GB_COMPONENT_PKG_CONFIG],
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$gb_enable_$1" = "yes"; then
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
fi
|
||||||
|
|
||||||
for pkgcmp in $5
|
for pkgcmp in $5
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue