1
Fork 0
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:
Gareth Rees 2012-11-15 11:33:54 +00:00
parent 7043c844ae
commit 4e75e51472

View file

@ -2,7 +2,7 @@
#
# $Id$
CFLAGS = @CFLAGS@ @CPPFLAGS@ @LDFLAGS@
CFLAGS = @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ -std=c99
MPS = ../../code