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:38:54 +01:00
parent 717cbfa268
commit 1558d6e8c5

View File

@@ -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