We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2210f commit 57b0cd4Copy full SHA for 57b0cd4
build-aux/m4/bitcoin_qt.m4
@@ -228,7 +228,11 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
228
],[
229
bitcoin_enable_qt=no
230
])
231
- AC_MSG_RESULT([$bitcoin_enable_qt (Qt5)])
+ if test x$bitcoin_enable_qt = xyes; then
232
+ AC_MSG_RESULT([$bitcoin_enable_qt ($QT_LIB_PREFIX)])
233
+ else
234
+ AC_MSG_RESULT([$bitcoin_enable_qt])
235
+ fi
236
237
AC_SUBST(QT_PIE_FLAGS)
238
AC_SUBST(QT_INCLUDES)
0 commit comments