Merge #752: autoconf: Use ":" instead of "dnl" as a noop

5e8747ae2a0c915d079837d238f8b84841a4ce5c autoconf: Use ":" instead of "dnl" as a noop (Tim Ruffing)

Pull request description:

  Fixes #424.

Top commit has no ACKs.

Tree-SHA512: a83664afbc6ca1254c4767161bfbec82f3489a8a248ba7a5a46ed9ec2a39232cf92f504accadd4dbb1a6ea4791dbf7f0e1f030e51f02f49eb9a38a2e509ee6c2
This commit is contained in:
Tim Ruffing 2020-05-22 13:30:25 +02:00
commit 05d315affe
No known key found for this signature in database
GPG Key ID: 8C461CCD293F6011

View File

@ -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"