mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
autoconf: Add AC_LANG_SOURCE to fix warning
This commit is contained in:
parent
107e00a5be
commit
2df2562e2b
@ -1141,7 +1141,7 @@ AC_CONFIG_FILES([python/setup.py], [chmod +x python/setup.py])
|
||||
AC_CONFIG_FILES([xml2-config], [chmod +x xml2-config])
|
||||
AC_OUTPUT
|
||||
|
||||
AC_COMPILE_IFELSE([_Thread_local int v;], [], [
|
||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([_Thread_local int v;])], [], [
|
||||
echo "================================================================"
|
||||
echo "WARNING: Your C compiler doesn't support C11."
|
||||
echo "Future versions of libxml2 will probably require a C11 compiler,"
|
||||
|
Loading…
x
Reference in New Issue
Block a user