changeset 24825:e08c1fea96c5

acinclude.m4: Fix another typo in cset 53f68d0fb122. * acinclude.m4: Fix name of cache variable octave_cv_func_qobject_findchildren_accepts_findchildoptions.
author Rik <rik@octave.org>
date Fri, 02 Mar 2018 09:11:09 -0800
parents cce5d2ea39ff
children 4ffdaea6e85e
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Fri Mar 02 08:41:46 2018 -0800
+++ b/m4/acinclude.m4	Fri Mar 02 09:11:09 2018 -0800
@@ -444,7 +444,7 @@
     CXXFLAGS="$ac_octave_save_CXXFLAGS"
     AC_LANG_POP(C++)
   ])
-  if test $octave_cv_func_findchildren_accepts_findchildoptions = yes; then
+  if test $octave_cv_func_qobject_findchildren_accepts_findchildoptions = yes; then
     AC_DEFINE(QOBJECT_FINDCHILDREN_ACCEPTS_FINDCHILDOPTIONS, 1,
       [Define to 1 if 'QObject::findChildren' accepts 'Qt::FindChildOptions' argument.])
   fi