Skip to content

Commit

Permalink
AC_PROG_CC_C99 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Jan 3, 2023
1 parent f3474b5 commit a85083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_INIT([mod_auth_mellon],[0.18.1],[https://github.com/latchset/mod_auth_mellon/
AC_CONFIG_HEADERS([config.h])

# We require support for C99.
AC_PROG_CC_C99
m4_version_prereq([2.70], [AC_PROG_CC], [AC_PROG_CC_C99])

AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())

Expand Down

0 comments on commit a85083e

Please sign in to comment.