Skip to content

Commit 8695315

Browse files
lemzwergfanquake
authored andcommitted
bitcoin_qt.m4: Use correct M4 quoting characters.
1 parent db32a4f commit 8695315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-aux/m4/bitcoin_qt.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
254254
bitcoin_enable_qt_dbus=yes
255255
fi
256256
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.")
257+
AC_MSG_ERROR([libQtDBus not found. Install libQtDBus or remove --with-qtdbus.])
258258
fi
259259
if test x$LUPDATE = x; then
260-
AC_MSG_WARN("lupdate is required to update qt translations")
260+
AC_MSG_WARN([lupdate is required to update qt translations])
261261
fi
262262
],[
263263
bitcoin_enable_qt=no

0 commit comments

Comments
 (0)