Skip to content

Commit 5dcc6f8

Browse files
committed
Merge #1069: build: Replace use of deprecated autoconf 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
2 parents 5954794 + e0db3f8 commit 5dcc6f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.ac

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ AC_PATH_TOOL(AR, ar)
3838
AC_PATH_TOOL(RANLIB, ranlib)
3939
AC_PATH_TOOL(STRIP, strip)
4040

41-
AM_PROG_CC_C_O
42-
AC_PROG_CC_C89
41+
AC_PROG_CC
4342
if test x"$ac_cv_prog_cc_c89" = x"no"; then
4443
AC_MSG_ERROR([c89 compiler support required])
4544
fi

0 commit comments

Comments
 (0)