diff m4/acinclude.m4 @ 23174:039dfdc2d2ad stable

acinclude.m4: Correct test for SetPlaceHolderText. * acinclude.m4: #include <qglobal.h> rather than <Qt/qglobal.h> which may not exist.
author Rik <rik@octave.org>
date Thu, 09 Feb 2017 09:31:15 -0800
parents 6e7f8a92a852
children 9ab7c15553b8 3ac9f9ecfae5
line wrap: on
line diff
--- a/m4/acinclude.m4	Fri Jan 06 11:15:15 2017 -0800
+++ b/m4/acinclude.m4	Thu Feb 09 09:31:15 2017 -0800
@@ -494,7 +494,7 @@
     CPPFLAGS="$QT_CPPFLAGS $CXXPICFLAG $CPPFLAGS"
     CXXFLAGS="$CXXPICFLAG $CXXFLAGS"
     AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[
-        #include <Qt/qglobal.h>
+        #include <qglobal.h>
         ]], [[
         #if QT_VERSION < 0x040700
         #error No SetPlacholderText function available.