Skip to content

Commit

Permalink
Merge bitcoin-core/secp256k1#1069: build: Replace use of deprecated a…
Browse files Browse the repository at this point in the history
…utoconf macro AC_PROG_CC_C89

e0db3f8 build: Replace use of deprecated autoconf macro AC_PROG_CC_C89 (laanwj)

Pull request description:

ACKs for top commit:
  real-or-random:
    utACK e0db3f8
  jonasnick:
    ACK e0db3f8

Tree-SHA512: 00d6719fcdea69d002c795bbed07ccbd69900fef7dcba8ee42aa4e77765034feeb036ac9147b7fccc88b41623f735f62d4c72e25b3a1e68caad08a1237d6c5f5
  • Loading branch information
jonasnick committed Feb 6, 2022
2 parents 5954794 + e0db3f8 commit 5dcc6f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Expand Up @@ -38,8 +38,7 @@ AC_PATH_TOOL(AR, ar)
AC_PATH_TOOL(RANLIB, ranlib)
AC_PATH_TOOL(STRIP, strip)

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 5dcc6f8

Please sign in to comment.