On 25 Jul 2000, Jean-Marc Lasgouttes wrote:

> Yes, you should comment out the AC_LANG_C at line 89 of configure.in.

AC_TRY_RUN compiles gtk program with C++ compiler instead of C compiler.  
That's why environment variable CFLAGS doesn't have any effect (see line   
58, file config/gnome/gtk.m4). If we add line

      CXXFLAGS="$CXXFLAGS $GTK_CFLAGS"

after line 58 then this test is passed.      

Marko



Reply via email to