Force the use of STDC when building

debian-packaging
nirenjan 2020-04-14 23:45:35 -07:00
parent 42f416af1d
commit 9dc92eb52e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AC_INIT([x52pro-linux], [0.2.1], [nirenjan@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_AR
AM_PATH_PYTHON([2.6])
LT_INIT