Skip to content

Commit

Permalink
build: Replace use of deprecated autoconf macro AC_PROG_CC_C89
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerGenie committed Feb 15, 2024
1 parent bc60db4 commit 36c701f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/secp256k1/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ if test "x$CFLAGS" = "x"; then
CFLAGS="-g"
fi

AM_PROG_CC_C_O

AC_PROG_CC_C89
AC_PROG_CC
if test x"$ac_cv_prog_cc_c89" = x"no"; then
AC_MSG_ERROR([c89 compiler support required])
fi
Expand Down

0 comments on commit 36c701f

Please sign in to comment.