diff m4/acinclude.m4 @ 24824:cce5d2ea39ff

acinclude.m4: Fix typo in previous cset (53f68d0fb122). * acinclude.m4: Fix typo in AC_DEFINE name QOBJECT_FINDCHILDREN_ACCEPTS_FINDCHILDOPTIONS.
author Rik <rik@octave.org>
date Fri, 02 Mar 2018 08:41:46 -0800
parents 53f68d0fb122
children e08c1fea96c5
line wrap: on
line diff
--- a/m4/acinclude.m4	Fri Mar 02 08:29:07 2018 -0800
+++ b/m4/acinclude.m4	Fri Mar 02 08:41:46 2018 -0800
@@ -445,7 +445,7 @@
     AC_LANG_POP(C++)
   ])
   if test $octave_cv_func_findchildren_accepts_findchildoptions = yes; then
-    AC_DEFINE(QOBJECT_FINDCHILDREN_ACCEPTS_QFINDCHILDOPTIONS, 1,
+    AC_DEFINE(QOBJECT_FINDCHILDREN_ACCEPTS_FINDCHILDOPTIONS, 1,
       [Define to 1 if 'QObject::findChildren' accepts 'Qt::FindChildOptions' argument.])
   fi
 ])