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:
parent
b9b235243e
commit
9996695f88
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue