changeset 20151:88c0f8f56a4f

acinclude.m4: Use simpler AC_PREPROC_IFELSE test for checking SETPLACEHOLDERTEXT. * acinclude.m4 (OCTAVE_CHECK_FUNC_SETPLACEHOLDERTEXT): Replace AC_COMPILE_IFELSE with AC_PREPROC_IFELSE for SETPLACEHOLDERTEXT function check.
author Rik <rik@octave.org>
date Fri, 01 May 2015 13:14:23 -0700
parents 0afc06948ba7
children 45565ecec019
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Fri May 01 09:32:12 2015 -0700
+++ b/m4/acinclude.m4	Fri May 01 13:14:23 2015 -0700
@@ -417,7 +417,7 @@
     [AC_LANG_PUSH(C++)
     ac_octave_save_CPPFLAGS="$CPPFLAGS"
     CPPFLAGS="$QT_CPPFLAGS $CPPFLAGS"
-    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+    AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[
         #include <Qt/qglobal.h>
         ]], [[
         #if QT_VERSION < 0x040700