xf86-video-intel: configure.ac

Eric Anholt anholt at kemper.freedesktop.org
Tue Dec 4 10:40:38 PST 2007


 configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0e554e6dd4da56be24d2f971ff4cd4d585936724
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Dec 4 10:32:45 2007 -0800

    Remove extra have_libpciaccess=no that broke tools build with old servers.

diff --git a/configure.ac b/configure.ac
index 20aebb4..334a1f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,6 @@ else
 				       have_libpciaccess=yes,
 				       have_libpciaccess=no)
 fi
-have_libpciaccess=no
 AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
 AM_CONDITIONAL(LIBPCIACCESS,
 	test "x$XSERVER_LIBPCIACCESS" = xyes -o "x$have_libpciaccess" = xyes)


More information about the xorg-commit mailing list