Browse Source

bitcoin_qt.m4: Add missing dollar sign for variable.

0.16
Werner Lemberg 7 years ago committed by fanquake
parent
commit
e0496d3b9a
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 2
      build-aux/m4/bitcoin_qt.m4

2
build-aux/m4/bitcoin_qt.m4

@ -321,7 +321,7 @@ AC_DEFUN([_BITCOIN_QT_IS_STATIC],[ @@ -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…
Cancel
Save