octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finally actually using gnulib


From: John W. Eaton
Subject: Re: finally actually using gnulib
Date: Sat, 21 Nov 2009 21:37:06 -0500

On 21-Nov-2009, Benjamin Lindner wrote:

| Benjamin Lindner wrote:
| > I don't see why it picks a different compiler here.
| 
| Aha, there is an unmatched AC_LANG_PUSH(C++) in configure.ac
| If I remove it, then the check succeeds.
| I am not sure if it is the right thing to so, though
| 
| diff -r 4664de8669b2 configure.ac
| --- a/configure.ac    Thu Nov 19 20:34:21 2009 +0100
| +++ b/configure.ac    Sat Nov 21 18:54:29 2009 +0100
| @@ -757,7 +757,6 @@
|     AC_CHECK_FT2([9.0.3],[AC_DEFINE(HAVE_FREETYPE, 1, [Define to 1 if 
| you have Freetype library.])],
|       [warn_freetype="FreeType library not found.  Native renderer will 
| not have on-screen text"])
|     if test -z "$warn_freetype"; then
| -    AC_LANG_PUSH(C++)
|         save_LIBS="$LIBS"
|         save_CXXFLAGS="$CXXFLAGS"
|         save_CPPFLAGS="$CPPFLAGS"

I checked in the following change.

  http://hg.savannah.gnu.org/hgweb/octave/rev/722bd8f6a750

Thanks,

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]