<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Tue, 2011-09-13 at 16:33 -0500, Jamey Sharp wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Jamey Sharp &lt;<A HREF="mailto:jamey@minilop.net">jamey@minilop.net</A>&gt;
---
 configure.ac |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index bc34c72..6c4fffd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1573,7 +1573,6 @@ if test &quot;x$XORG&quot; = xyes; then
                 if test &quot;x$LNXAPM&quot; = xyes; then
                         XORG_CFLAGS=&quot;$XORG_CFLAGS -DXF86PM&quot;
                 fi
-                  XORG_OS=&quot;linux&quot;
                 XORG_OS_SUBDIR=&quot;linux&quot;
                 xorg_bus_linuxpci=&quot;yes&quot;
                 linux_acpi=&quot;no&quot;
@@ -1593,12 +1592,10 @@ if test &quot;x$XORG&quot; = xyes; then
                 esac
                 ;
           freebsd* | kfreebsd*-gnu | dragonfly*)
-                  XORG_OS=&quot;freebsd&quot;
                 XORG_OS_SUBDIR=&quot;bsd&quot;
                 xorg_bus_bsdpci=&quot;yes&quot;
                 ;
           netbsd*)
-                  XORG_OS=&quot;netbsd&quot;
                 XORG_OS_SUBDIR=&quot;bsd&quot;
                 xorg_bus_bsdpci=&quot;yes&quot;
                 ;
@@ -1607,12 +1604,10 @@ if test &quot;x$XORG&quot; = xyes; then
                         -o &quot;x$ac_cv_BSD_KQUEUE_APM&quot; = xyes; then
                         XORG_CFLAGS=&quot;$XORG_CFLAGS -DXF86PM&quot;
                 fi
-                  XORG_OS=&quot;openbsd&quot;
                 XORG_OS_SUBDIR=&quot;bsd&quot;
                 xorg_bus_bsdpci=&quot;yes&quot;
                 ;
           solaris*)
-                  XORG_OS=&quot;solaris&quot;
                 XORG_OS_SUBDIR=&quot;solaris&quot;
                 XORG_CFLAGS=&quot;$XORG_CFLAGS -DXF86PM&quot;
                 # Use the same stubs as BSD for old functions, since we now
@@ -1664,14 +1659,12 @@ if test &quot;x$XORG&quot; = xyes; then
                 fi
                 ;
           gnu*)
-                  XORG_OS=&quot;gnu&quot;
                 XORG_OS_SUBDIR=&quot;hurd&quot;
                 # Use the same stubs as BSD for old functions, since we now
                 # use libpciaccess for PCI
                 xorg_bus_bsdpci=&quot;yes&quot;
                 ;
           *)
-                  XORG_OS=&quot;unknown&quot;
                 XORG_OS_SUBDIR=&quot;unknown&quot;
                 AC_MSG_ERROR([m4_text_wrap(m4_join([ ],
                 [Your OS is unknown. Xorg currently only supports Linux,],
@@ -1726,7 +1719,6 @@ if test &quot;x$XORG&quot; = xyes; then
         AC_SUBST([XORG_LIBS])
         AC_SUBST([XORG_SYS_LIBS])
         AC_SUBST([XORG_INCS])
-        AC_SUBST([XORG_OS])
         AC_SUBST([XORG_OS_SUBDIR])
         AC_SUBST([XORG_CFLAGS])
 
</PRE>
</BLOCKQUOTE>
Reviewed-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</BODY>
</HTML>