mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: Fix m4 escaping
This commit is contained in:
parent
9123ec15db
commit
8a26848c46
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
|
||||||
|
|
||||||
|
|
||||||
dnl enable qt support
|
dnl enable qt support
|
||||||
AC_MSG_CHECKING(whether to build ]AC_PACKAGE_NAME[ GUI)
|
AC_MSG_CHECKING([whether to build ]AC_PACKAGE_NAME[ GUI])
|
||||||
BITCOIN_QT_CHECK([
|
BITCOIN_QT_CHECK([
|
||||||
bitcoin_enable_qt=yes
|
bitcoin_enable_qt=yes
|
||||||
bitcoin_enable_qt_test=yes
|
bitcoin_enable_qt_test=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue