From 9cc0cdecd8ac7f504400596d0227ca9033d87af9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 2 Jun 2014 00:05:18 -0400 Subject: Use C11 atomics. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3942984..d31a589 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ AC_INIT([Dimension], [0.0], [tavianator@tavianator.com], [dimension], AM_INIT_AUTOMAKE([parallel-tests color-tests std-options]) AM_SILENT_RULES([yes]) -dnl Use C99 mode with GNU extensions by default -CFLAGS="-std=gnu99 $CFLAGS" +dnl Use C11 mode with GNU extensions by default +CFLAGS="-std=gnu11 $CFLAGS" dnl Programs AC_PROG_CC -- cgit v1.2.3