diff options
| author | Werner Lemberg <[email protected]> | 2017-08-22 19:34:18 +0200 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-11-17 22:18:55 +0800 |
| commit | 8695315fb27c1074075b7d268b3131647dcd096f (patch) | |
| tree | f96ff4233a3e7913f32aa0a8a75a30547f409a8e | |
| parent | bitcoin_qt.m4: Improve QT_VERSION tests. (diff) | |
| download | discoin-8695315fb27c1074075b7d268b3131647dcd096f.tar.xz discoin-8695315fb27c1074075b7d268b3131647dcd096f.zip | |
bitcoin_qt.m4: Use correct M4 quoting characters.
| -rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index 52d46a385..6737a52b7 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -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 |