Skip to content

Commit

Permalink
autoconf: Use ":" instead of "dnl" as a noop
Browse files Browse the repository at this point in the history
Summary:
Fixes #424.

This is a backport of libsecp256k1 [[bitcoin-core/secp256k1#752 | PR752]]

Test Plan:
  ninja check-secp256k1

Reviewers: #bitcoin_abc, majcosta

Reviewed By: #bitcoin_abc, majcosta

Differential Revision: https://reviews.bitcoinabc.org/D7588
  • Loading branch information
real-or-random authored and deadalnix committed Sep 27, 2020
1 parent 1745e52 commit f40fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secp256k1/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,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 f40fa66

Please sign in to comment.