Merge pull request #280

ed5334a Update configure.ac to make it build on OpenBSD (mlmikael)
pull/11871/head
Pieter Wuille 9 years ago
commit 9d96e362a5
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657

@ -23,6 +23,8 @@ if test "x$CFLAGS" = "x"; then
CFLAGS="-O3 -g"
fi
AM_PROG_CC_C_O
AC_PROG_CC_C89
if test x"$ac_cv_prog_cc_c89" = x"no"; then
AC_MSG_ERROR([c89 compiler support required])

Loading…
Cancel
Save