configure.ac: set -std=gnu11

Change-Id: Ief41cc4fc2e3d763a4b84f427496a5611f3c90c5
This commit is contained in:
Oliver Smith 2021-01-27 17:39:07 +01:00
parent 284c25697d
commit bf7c13fdec
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ AC_INIT([libtelnet], [0.13], [http://github.com/elanthis/libtelnet/tree/master])
AM_INIT_AUTOMAKE
CFLAGS="$CFLAGS -std=gnu11"
AC_PROG_CC
AC_PROG_LIBTOOL