1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Require C99 to build Guile.

* configure.ac: Require C99 or later.  Emacs does, therefore so can
  we.  Note that by default GCC compiles in "gnu11" mode these days, and
  this declaration doesn't change that.
This commit is contained in:
Andy Wingo 2016-08-31 11:55:26 +02:00
parent b9b235243e
commit 9996695f88

View file

@ -83,7 +83,8 @@ AC_DEFINE([GNULIB_LOCK], [1],
[Define to allow Gnulib modules to use Guile's locks.])
AC_PROG_CC_C89
dnl Guile needs C99 or later.
gl_PROG_CC_C99
# for per-target cflags in the libguile subdir
AM_PROG_CC_C_O