-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Description
The bitcoin_cv_qt58
variable is used in _BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG
and _BITCOIN_QT_FIND_STATIC_PLUGINS
macros.
But it is set by _BITCOIN_QT_CHECK_QT58
macro only if else
branch is executed:
bitcoin/build-aux/m4/bitcoin_qt.m4
Lines 96 to 100 in b931f61
if test "x$use_pkgconfig" = xyes; then | |
BITCOIN_QT_CHECK([_BITCOIN_QT_FIND_LIBS_WITH_PKGCONFIG]) | |
else | |
BITCOIN_QT_CHECK([_BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG]) | |
fi |