mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
configure.ac: tiny formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
12
configure.ac
12
configure.ac
@@ -81,9 +81,9 @@ if test "$DRI" != no; then
|
|||||||
AC_CHECK_FILE([${sdkdir}/dristruct.h],
|
AC_CHECK_FILE([${sdkdir}/dristruct.h],
|
||||||
[have_dristruct_h="yes"], [have_dristruct_h="no"])
|
[have_dristruct_h="yes"], [have_dristruct_h="no"])
|
||||||
else
|
else
|
||||||
have_dri_h="yes"
|
have_dri_h="yes"
|
||||||
have_sarea_h="yes"
|
have_sarea_h="yes"
|
||||||
have_dristruct_h="yes"
|
have_dristruct_h="yes"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -114,9 +114,5 @@ XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS"
|
|||||||
|
|
||||||
AC_SUBST([moduledir])
|
AC_SUBST([moduledir])
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
|
||||||
Makefile
|
|
||||||
src/Makefile
|
|
||||||
man/Makefile
|
|
||||||
])
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user