mirror of
https://github.com/X11Libre/xf86-video-omap.git
synced 2026-03-24 01:24:23 +00:00
configure.ac: drop unused VIDEO_DEBUG
The --debug flag isn't actually used anywhere, so lets drop it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
dc4d2633e4
commit
9c90ff866f
@@ -47,11 +47,6 @@ sdkdir=$(pkg-config --variable=sdkdir xorg-server)
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
||||
AM_CONDITIONAL(VIDEO_DEBUG, test x$VIDEO_DEBUG = xyes)
|
||||
if test "$VIDEO_DEBUG" = yes; then
|
||||
AC_DEFINE(VIDEO_DEBUG,1,[Enable debug support])
|
||||
fi
|
||||
|
||||
AC_SUBST([moduledir])
|
||||
|
||||
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
|
||||
|
||||
Reference in New Issue
Block a user