diff options
author | Jamey Sharp <jamey@minilop.net> | 2011-09-13 13:10:10 -0500 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2011-09-15 10:08:29 -0500 |
commit | 76636f30f7cf2344f4038c59bf292db19be33d53 (patch) | |
tree | a04bbc33bb0ad7ebe56561c72612d839c589f189 /configure.ac | |
parent | 60b4bd181bbdc794c7f3547f67df916132aa111e (diff) |
configure.ac: Remove unused XORG_OS_PCI variable.
This is the last mention after ccfaf82367c9d057fd8314ce36b47f0a8eb696b6
quit using the variable.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Tiago Vignatti posted an identical patch in June 2010, which I only
noticed after getting the above reviews. His patch was:
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2ac1f2ec6..bc34c7210 100644 --- a/configure.ac +++ b/configure.ac @@ -1698,9 +1698,6 @@ if test "x$XORG" = xyes; then if test "x$SUPPORT_PC98" = xyes; then AC_DEFINE(SUPPORT_PC98, 1, [Support PC98]) fi - if test "x$XORG_OS_PCI" = x ; then - XORG_OS_PCI=$XORG_OS - fi if test "x$DGA" = xauto; then PKG_CHECK_MODULES(DGA, $DGAPROTO, [DGA=yes], [DGA=no]) fi |