bitcoin_qt.m4: Add missing dollar sign for variable.
This commit is contained in:
parent
079f4b2a24
commit
e0496d3b9a
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[
|
|||
[bitcoin_cv_static_qt=yes],
|
||||
[bitcoin_cv_static_qt=no])
|
||||
])
|
||||
if test xbitcoin_cv_static_qt = xyes; then
|
||||
if test x$bitcoin_cv_static_qt = xyes; then
|
||||
AC_DEFINE(QT_STATICPLUGIN, 1, [Define this symbol for static Qt plugins])
|
||||
fi
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue