Skip to content

Commit

Permalink
Merge bitcoin#752: autoconf: Use ":" instead of "dnl" as a noop
Browse files Browse the repository at this point in the history
5e8747a autoconf: Use ":" instead of "dnl" as a noop (Tim Ruffing)

Pull request description:

  Fixes bitcoin#424.

Top commit has no ACKs.

Tree-SHA512: a83664afbc6ca1254c4767161bfbec82f3489a8a248ba7a5a46ed9ec2a39232cf92f504accadd4dbb1a6ea4791dbf7f0e1f030e51f02f49eb9a38a2e509ee6c2
  • Loading branch information
real-or-random committed May 22, 2020
2 parents 3a6fd7f + 5e8747a commit 05d315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ if test x"$use_ecmult_static_precomputation" != x"no"; then
AC_RUN_IFELSE(
[AC_LANG_PROGRAM([], [])],
[working_native_cc=yes],
[working_native_cc=no],[dnl])
[working_native_cc=no],[:])

CFLAGS_FOR_BUILD="$CFLAGS"

Expand Down

0 comments on commit 05d315a

Please sign in to comment.