mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
Need -std=c99 in order to use vsnprintf.
Copied from Perforce Change: 180473 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
7043c844ae
commit
4e75e51472
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# $Id$
|
||||
|
||||
CFLAGS = @CFLAGS@ @CPPFLAGS@ @LDFLAGS@
|
||||
CFLAGS = @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -std=c99
|
||||
|
||||
MPS = ../../code
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue