Skip to content

Commit

Permalink
build: Fix errors in de6e2f546970
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Sep 27, 2023
1 parent 1a386d9 commit 313c171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ AC_DEFUN([OCTAVE_CHECK_QT_VERSION], [AC_MSG_CHECKING([Qt version $1])
AC_CHECK_TOOLS(QTCHOOSER, [qtchooser])
;;
6)
ac_octave_save_QT_HOST_LIBEXECS=QT_HOST_LIBEXECS
ac_octave_save_QT_HOST_LIBEXECS="$QT_HOST_LIBEXECS"
if test -z "$QT_HOST_LIBEXECS"; then
AC_CHECK_TOOLS(QTPATHS6, [qtpaths6 qtpaths-qt6])
if test -n "$QTPATHS6"; then
Expand Down Expand Up @@ -2132,7 +2132,7 @@ AC_DEFUN([OCTAVE_CHECK_QT_VERSION], [AC_MSG_CHECKING([Qt version $1])
LRELEASEFLAGS=
QCOLLECTIONGENERATORFLAGS=
QHELPGENERATORFLAGS=
QT_HOST_LIBEXECS=ac_octave_save_QT_HOST_LIBEXECS
QT_HOST_LIBEXECS="$ac_octave_save_QT_HOST_LIBEXECS"
$as_unset ac_cv_prog_MOC_QTVER
$as_unset ac_cv_prog_ac_ct_MOC_QTVER
$as_unset ac_cv_prog_UIC_QTVER
Expand Down

0 comments on commit 313c171

Please sign in to comment.