Skip to content

Commit

Permalink
revert back disabling GUI using tapyrus_enable_qt
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviabheeman committed Nov 26, 2024
1 parent 7b2be45 commit 8b8471e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/m4/tapyrus_qt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
dnl enable qt support
AC_MSG_CHECKING(whether to build ]AC_PACKAGE_NAME[ GUI)
BITCOIN_QT_CHECK([
tapyrus_enable_qt=no
tapyrus_enable_qt_test=no
tapyrus_enable_qt=yes
tapyrus_enable_qt_test=yes
if test "x$have_qt_test" = xno; then
tapyrus_enable_qt_test=no
fi
Expand Down

0 comments on commit 8b8471e

Please sign in to comment.