Skip to content

Commit 5e8747a

Browse files
autoconf: Use ":" instead of "dnl" as a noop
Fixes dashpay#424.
1 parent f39f99b commit 5e8747a

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)