Skip to content

Commit 8a26848

Browse files
committed
build: Fix m4 escaping
1 parent 9123ec1 commit 8a26848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/m4/bitcoin_qt.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
200200
201201
202202
dnl enable qt support
203-
AC_MSG_CHECKING(whether to build ]AC_PACKAGE_NAME[ GUI)
203+
AC_MSG_CHECKING([whether to build ]AC_PACKAGE_NAME[ GUI])
204204
BITCOIN_QT_CHECK([
205205
bitcoin_enable_qt=yes
206206
bitcoin_enable_qt_test=yes

0 commit comments

Comments
 (0)