octave-maintainers
[Top][All Lists]
Advanced

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

Re: finally actually using gnulib


From: Benjamin Lindner
Subject: Re: finally actually using gnulib
Date: Sat, 21 Nov 2009 18:56:18 +0100
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

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"

benjamin


reply via email to

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