Skip to content

Commit

Permalink
Require C99
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Apr 22, 2022
1 parent f4fb8eb commit be52258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign -Wall -Werror dist-bzip2])

# Checks for programs.
AM_PROG_CC_C_O
AM_PROG_AR
AC_PROG_CC_C99

# Turn on all warnings for gcc. (Options -Wall -Werror in AM_INIT_AUTOMAKE
# have no effects.)
Expand All @@ -20,7 +20,7 @@ if test "$GCC" = "yes"; then
fi

# Use `libtool` for compiling libraries.
LT_INIT
LT_INIT([shared])

# Checks for libraries.

Expand Down

0 comments on commit be52258

Please sign in to comment.