From 1558d6e8c54d3683ed5dc7ef3ac38bf726d55e2e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 17:38:54 +0100 Subject: [PATCH] configure.ac: tiny formatting cleanup Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 1c92795..75e4f91 100644 --- a/configure.ac +++ b/configure.ac @@ -81,9 +81,9 @@ if test "$DRI" != no; then AC_CHECK_FILE([${sdkdir}/dristruct.h], [have_dristruct_h="yes"], [have_dristruct_h="no"]) else - have_dri_h="yes" - have_sarea_h="yes" - have_dristruct_h="yes" + have_dri_h="yes" + have_sarea_h="yes" + have_dristruct_h="yes" fi fi @@ -114,9 +114,5 @@ XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS" AC_SUBST([moduledir]) -AC_CONFIG_FILES([ - Makefile - src/Makefile - man/Makefile -]) +AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) AC_OUTPUT