We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db32a4f commit 8695315Copy full SHA for 8695315
build-aux/m4/bitcoin_qt.m4
@@ -254,10 +254,10 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
254
bitcoin_enable_qt_dbus=yes
255
fi
256
if test x$use_dbus = xyes && test x$have_qt_dbus = xno; then
257
- AC_MSG_ERROR("libQtDBus not found. Install libQtDBus or remove --with-qtdbus.")
+ AC_MSG_ERROR([libQtDBus not found. Install libQtDBus or remove --with-qtdbus.])
258
259
if test x$LUPDATE = x; then
260
- AC_MSG_WARN("lupdate is required to update qt translations")
+ AC_MSG_WARN([lupdate is required to update qt translations])
261
262
],[
263
bitcoin_enable_qt=no
0 commit comments