Skip to content

build: Drop AC_C_CONST from configure.ac

Philip Withnall requested to merge pwithnall/glib:1313-die-ac-c-const into master

Any compiler we care about now supports the const keyword, so we no longer need to check for it. autoconf has recommended this macro is obsolete:

https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/C-Compiler.html#index-AC_005fC_005fCONST-755

Signed-off-by: Philip Withnall withnall@endlessm.com

#1313 (closed)

Helps #1313 (closed)

Merge request reports