# HG changeset patch # User Rik # Date 1657142102 25200 # Node ID bb63f6bf9b51522e8473a656a03917d869118b4a # Parent 4581402b1c5b785b41497e9ab18982c0f4e1b57b 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. diff -r 4581402b1c5b -r bb63f6bf9b51 m4/acinclude.m4 --- 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 ], - [octave_cv_func_qprinter_setpagesizes], + [octave_cv_func_qprinter_setpagesize], [AC_LANG_PUSH(C++) ac_octave_save_CPPFLAGS="$CPPFLAGS" ac_octave_save_CXXFLAGS="$CXXFLAGS"