Skip to content

Commit

Permalink
autoconf: Use ":" instead of "dnl" as a noop
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed May 18, 2020
1 parent f39f99b commit 5e8747a
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 5e8747a

Please sign in to comment.