# HG changeset patch # User Markus Mützel # Date 1711636602 -3600 # Node ID 889fdc83694c0594fe6ecca648f1c2ccd0c57d51 # Parent 80fbbf281737a86d5f425eb78f7a65520c9b05f4 configure: Always default to Qt6. * configure.ac: Remove condition that set the default version of Qt to Qt5 when building with a release tarball of Octave. I.e., the default is now Qt6 unconditionally. It can still be overridden with `--enable-qt=5`. diff -r 80fbbf281737 -r 889fdc83694c configure.ac --- a/configure.ac Sun Mar 24 17:27:41 2024 -0400 +++ b/configure.ac Thu Mar 28 15:36:42 2024 +0100 @@ -360,12 +360,7 @@ esac], [ENABLE_DEVEL_TOOLS=no]) AC_SUBST(ENABLE_DEVEL_TOOLS) -# FIXME: Adjust this condition for the release candidate of Octave 9. -if test "$ENABLE_OCTAVE" = "release-"; then - default_qt=5 -else - default_qt=6 -fi +default_qt=6 AC_ARG_ENABLE([qt], [AS_HELP_STRING([--enable-qt=VER],