changeset 31126:bb63f6bf9b51

build: Fix configure caching of Qprinter::setPageSize. * acinclude.m4 (OCTAVE_CHECK_FUNC_QPRINTER_SETPAGESIZE): Fix typo in name of parameter to AC_CACHE_CHECK which had configure looking in the cache for the wrong name.
author Rik <rik@octave.org>
date Wed, 06 Jul 2022 14:15:02 -0700
parents 4581402b1c5b
children 1077a1c277fb
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Tue Jul 05 17:14:44 2022 -0700
+++ b/m4/acinclude.m4	Wed Jul 06 14:15:02 2022 -0700
@@ -689,7 +689,7 @@
 dnl
 AC_DEFUN([OCTAVE_CHECK_FUNC_QPRINTER_SETPAGESIZE], [
   AC_CACHE_CHECK([for QPrinter::setPageSize in <QPrinter>],
-    [octave_cv_func_qprinter_setpagesizes],
+    [octave_cv_func_qprinter_setpagesize],
     [AC_LANG_PUSH(C++)
     ac_octave_save_CPPFLAGS="$CPPFLAGS"
     ac_octave_save_CXXFLAGS="$CXXFLAGS"