We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079f4b2 commit e0496d3Copy full SHA for e0496d3
build-aux/m4/bitcoin_qt.m4
@@ -321,7 +321,7 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[
321
[bitcoin_cv_static_qt=yes],
322
[bitcoin_cv_static_qt=no])
323
])
324
- if test xbitcoin_cv_static_qt = xyes; then
+ if test x$bitcoin_cv_static_qt = xyes; then
325
AC_DEFINE(QT_STATICPLUGIN, 1, [Define this symbol for static Qt plugins])
326
fi
327
0 commit comments