Skip to content

Commit 05d315a

Browse files
Merge #752: autoconf: Use ":" instead of "dnl" as a noop
5e8747a autoconf: Use ":" instead of "dnl" as a noop (Tim Ruffing) Pull request description: Fixes #424. Top commit has no ACKs. Tree-SHA512: a83664afbc6ca1254c4767161bfbec82f3489a8a248ba7a5a46ed9ec2a39232cf92f504accadd4dbb1a6ea4791dbf7f0e1f030e51f02f49eb9a38a2e509ee6c2
2 parents 3a6fd7f + 5e8747a commit 05d315a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ if test x"$use_ecmult_static_precomputation" != x"no"; then
210210
AC_RUN_IFELSE(
211211
[AC_LANG_PROGRAM([], [])],
212212
[working_native_cc=yes],
213-
[working_native_cc=no],[dnl])
213+
[working_native_cc=no],[:])
214214

215215
CFLAGS_FOR_BUILD="$CFLAGS"
216216

0 commit comments

Comments
 (0)