mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08: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…
Add table
Add a link
Reference in a new issue