configure.ac: tiny formatting cleanup

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 17:21:45 +01:00
parent a2fc754659
commit c70474632f

View File

@@ -61,8 +61,5 @@ XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
# Obtain compiler/linker options for the driver dependencies
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18] xproto fontsproto $REQUIRED_MODULES)
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT