Skip to content

Commit 9d96e36

Browse files
committed
Merge pull request bitcoin#280
ed5334a Update configure.ac to make it build on OpenBSD (mlmikael)
2 parents 432e1ce + ed5334a commit 9d96e36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if test "x$CFLAGS" = "x"; then
2323
CFLAGS="-O3 -g"
2424
fi
2525

26+
AM_PROG_CC_C_O
27+
2628
AC_PROG_CC_C89
2729
if test x"$ac_cv_prog_cc_c89" = x"no"; then
2830
AC_MSG_ERROR([c89 compiler support required])

0 commit comments

Comments
 (0)