Skip to content

Commit

Permalink
bitcoin_qt.m4: Use correct M4 quoting characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemzwerg authored and fanquake committed Nov 17, 2017
1 parent db32a4f commit 8695315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/m4/bitcoin_qt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
bitcoin_enable_qt_dbus=yes
fi
if test x$use_dbus = xyes && test x$have_qt_dbus = xno; then
AC_MSG_ERROR("libQtDBus not found. Install libQtDBus or remove --with-qtdbus.")
AC_MSG_ERROR([libQtDBus not found. Install libQtDBus or remove --with-qtdbus.])
fi
if test x$LUPDATE = x; then
AC_MSG_WARN("lupdate is required to update qt translations")
AC_MSG_WARN([lupdate is required to update qt translations])
fi
],[
bitcoin_enable_qt=no
Expand Down

0 comments on commit 8695315

Please sign in to comment.