summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2005-12-03 12:17:57 +0000
committerLuc Verhaegen <libv@skynet.be>2005-12-03 12:17:57 +0000
commitf1a588f863ca6b738703bc3c4f81d7270a41ed73 (patch)
tree664959fd30561b625bf11c952fc88e0738f81fd7
parent57fb5fd14421f18f723bad426ecf8511cacd4c5e (diff)
Remove AH_BOTTOM #definition of XvExtension. XvExtension was added to
xorg-server.h directly and the superflous XV will be removed before 7.1.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dde2d6c..69075de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,10 +113,6 @@ AC_MSG_CHECKING([whether to include XV support])
if test "$have_xf86xv_h" = yes -a \
"$have_xf86xvpriv_h" = yes; then
have_xv="yes"
- AH_BOTTOM([/* Monolith has XvExtension, modular has only XV defined */
-#ifdef XV
-#define XvExtension 1
-#endif])
fi
AC_MSG_RESULT([$have_xv])