guile: Compile with `-fgnu89-inline'.
commit0617580c7ee165ec3a5dbe8fb00df316efc3cee9
authorLudovic Courtès <ludo@gnu.org>
Wed, 19 Mar 2008 15:50:20 +0000 (19 16:50 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 19 Mar 2008 15:50:20 +0000 (19 16:50 +0100)
tree96a6b0dbdafae3b1cc1354065c81153b0881d152
parenta795ac92df35e5bf43ad53e422b2435b457ffdca
guile: Compile with `-fgnu89-inline'.

* guile/src/Makefile.am (AM_CFLAGS): Add `-fgnu89-inline' when
  `HAVE_GCC' is true.  This works around the fact that GnuTLS is
  compiled with `-std=c99', while Guile and GMP expect GNU inline
  semantics, which defer from C99 inline semantics.
guile/src/Makefile.am