tidy-up: indent, whitespace, #error in make files

Replace invalid C with `#error`.

Cherry-picked from #14692
Closes #14997
This commit is contained in:
Viktor Szakats 2024-08-26 13:32:18 +02:00
parent d83b528a80
commit 0aece8f66d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
6 changed files with 13 additions and 14 deletions

View file

@ -1264,7 +1264,7 @@ AC_DEFUN([CURL_CHECK_COMPILER_HALT_ON_ERROR], [
AC_COMPILE_IFELSE([
AC_LANG_PROGRAM([[
]],[[
force compilation error
#error force compilation error
]])
],[
AC_MSG_RESULT([no])