comparison m4/acinclude.m4 @ 15293:2981cdbb955f

acinclude.m4: Correct message for OCTAVE_CHECK_FUNC_FIRDFIRST_MODERN. * acinclude.m4: Correct message for OCTAVE_CHECK_FUNC_FIRDFIRST_MODERN.
author Rik <rik@octave.org>
date Tue, 04 Sep 2012 17:25:31 -0700
parents 7ae14907ae43
children d1751eee9a42
comparison
equal deleted inserted replaced
15292:637e3b7d6a56 15293:2981cdbb955f
147 dnl new (17 inputs). 147 dnl new (17 inputs).
148 dnl FIXME: This test uses a version number. It potentially could 148 dnl FIXME: This test uses a version number. It potentially could
149 dnl be re-written to actually call the function, but is it worth it? 149 dnl be re-written to actually call the function, but is it worth it?
150 dnl 150 dnl
151 AC_DEFUN([OCTAVE_CHECK_FUNC_FINDFIRST_MODERN], [ 151 AC_DEFUN([OCTAVE_CHECK_FUNC_FINDFIRST_MODERN], [
152 AC_CACHE_CHECK([whether Qscintilla FindFirst uses 16 or 17 input arguments], 152 AC_CACHE_CHECK([whether Qscintilla FindFirst uses 17 input arguments],
153 [octave_cv_func_findfirst_modern], 153 [octave_cv_func_findfirst_modern],
154 [AC_LANG_PUSH(C++) 154 [AC_LANG_PUSH(C++)
155 save_CPPFLAGS="$CPPFLAGS" 155 save_CPPFLAGS="$CPPFLAGS"
156 CPPFLAGS="-I$QT_INCDIR -I$QT_INCDIR/Qt $CPPFLAGS" 156 CPPFLAGS="-I$QT_INCDIR -I$QT_INCDIR/Qt $CPPFLAGS"
157 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ 157 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[