summarylogtreecommitdiffstats
path: root/tsschecker-0001-Fix-incorrect-language-standard.patch
blob: 1b3b0b531f195c54c7a99c7b2d073e7c79369964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From eccc13e8ca858e4fa7e108cf425f30bd25125e63 Mon Sep 17 00:00:00 2001
From: 0x9fff00 <0x9fff00+git@protonmail.ch>
Date: Sat, 8 Feb 2020 18:22:55 +0100
Subject: [PATCH 1/2] Fix incorrect language standard

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9b9acf0..dc7a58b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AM_CONDITIONAL(WIN32, test x$win32 = xtrue)
 
 # Checks for programs.
 AC_PROG_CC
-CFLAGS+=" -std=c11"
+CFLAGS+=" -std=gnu11"
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_CONFIG_MACRO_DIRS([m4])
-- 
2.27.0