Skip to content

Commit

Permalink
Remove obsolate AC_C_CONST macro.
Browse files Browse the repository at this point in the history
The AC_C_CONST test program fails to compile under latest clang with
-Wall -Werror, which results in erroneously defining "const" keyword to
an empty string. The AC_C_CONST is considered obsolate.
  • Loading branch information
danzatt committed Nov 15, 2023
1 parent a176f29 commit 7d4628e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ if test "x$enable_largefile" = "xno"; then
AC_MSG_ERROR([Building with --disable-largefile is not supported, it can cause data corruption.])
fi

AC_C_CONST
AC_C_BIGENDIAN
AC_TYPE_OFF_T
AC_SYS_LARGEFILE
Expand Down

0 comments on commit 7d4628e

Please sign in to comment.