configure.ac: drop AC_USE_SYSTEM_EXTENSIONS

we don't (and don't want to) rely on system specific language extensions.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-31 11:56:14 +01:00
committed by Enrico Weigelt
parent 47e72101ee
commit 1770c366dd

View File

@@ -29,7 +29,6 @@ AC_INIT([xlibre-xf86-input-mouse],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-xz])