mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
build: Drop AC_C_CONST from configure.ac
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> https://gitlab.gnome.org/GNOME/glib/issues/1313
This commit is contained in:
parent
17ae9f36da
commit
bac504e32f
@ -533,8 +533,6 @@ AS_IF([test x$ac_cv_sizeof_long_long = x8], [
|
|||||||
], [AC_MSG_RESULT(none)])
|
], [AC_MSG_RESULT(none)])
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_C_CONST
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl check in which direction the stack grows
|
dnl check in which direction the stack grows
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user