mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
bitcoin_qt.m4: Add missing dollar sign for variable.
This commit is contained in:
parent
079f4b2a24
commit
e0496d3b9a
@ -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 New Issue
Block a user