mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
configure.ac: allow using higher C standards
Necessary for suppressing warnings on mixed declarations and code. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
f9a0717a24
commit
39f8b84723
@@ -39,6 +39,9 @@ m4_ifndef([XORG_MACROS_VERSION],
|
|||||||
XORG_MACROS_VERSION(1.8)
|
XORG_MACROS_VERSION(1.8)
|
||||||
XORG_DEFAULT_OPTIONS
|
XORG_DEFAULT_OPTIONS
|
||||||
|
|
||||||
|
AC_PROG_CC
|
||||||
|
CFLAGS="$CFLAGS -Wno-declaration-after-statement"
|
||||||
|
|
||||||
# Initialize libtool
|
# Initialize libtool
|
||||||
LT_INIT([disable-static])
|
LT_INIT([disable-static])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user