summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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