changeset 23175:9ab7c15553b8

maint: merge of stable to default.
author Rik <rik@octave.org>
date Thu, 09 Feb 2017 09:31:55 -0800
parents ac76a90f17ff (current diff) 039dfdc2d2ad (diff)
children 5f7c675b3954
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Wed Feb 08 17:37:16 2017 -0800
+++ b/m4/acinclude.m4	Thu Feb 09 09:31:55 2017 -0800
@@ -488,7 +488,7 @@
     ac_octave_save_CPPFLAGS="$CPPFLAGS"
     CPPFLAGS="$QT_CPPFLAGS $CXXPICFLAG $CPPFLAGS"
     AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[
-        #include <Qt/qglobal.h>
+        #include <qglobal.h>
         ]], [[
         #if QT_VERSION < 0x040700
         #error No SetPlacholderText function available.