Browse Source

bitcoin_qt.m4: Use correct M4 quoting characters.

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

4
build-aux/m4/bitcoin_qt.m4

@ -254,10 +254,10 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
bitcoin_enable_qt_dbus=yes bitcoin_enable_qt_dbus=yes
fi fi
if test x$use_dbus = xyes && test x$have_qt_dbus = xno; then 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 fi
if test x$LUPDATE = x; then 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 fi
],[ ],[
bitcoin_enable_qt=no bitcoin_enable_qt=no

Loading…
Cancel
Save