Skip to content

Commit

Permalink
Remove unnecessary autoconf AC_C_CONST macro
Browse files Browse the repository at this point in the history
(cherry picked from commit bcd6683)
  • Loading branch information
matt335672 committed Aug 15, 2024
1 parent 329b499 commit 5217ea7
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 @@ -13,7 +13,6 @@ AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.11 foreign parallel-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC_C99
AC_C_CONST
AC_PROG_LIBTOOL

case $host_os in
Expand Down

0 comments on commit 5217ea7

Please sign in to comment.