debrix-driver-tdfx ChangeLog,NONE,1.1 configure.ac,1.1,1.2

Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: ajax

Update of /cvs/xserver/debrix-driver-tdfx
In directory pdx:/home/ajax/debrix-driver-tdfx

Modified Files:
	configure.ac 
Added Files:
	ChangeLog 
Log Message:
Fix feature flags.


--- NEW FILE: ChangeLog ---
2004-06-28  Adam Jackson  <[email protected]>

	* configure.ac: Fixed feature variables.

2004-06-22  Adam Jackson  <[email protected]>

	* Initial import from monolithic tree.
	* Makefile.am, autogen.sh, configure.ac, tdfx/Makefile.am: Created.
	* tdfx/tdfx_driver.c, tdfx/tdfx_video.c: Fixed header paths.

Index: configure.ac
===================================================================
RCS file: /cvs/xserver/debrix-driver-tdfx/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	22 Jun 2004 03:52:40 -0000	1.1
+++ configure.ac	27 Jun 2004 23:34:04 -0000	1.2
@@ -20,9 +20,9 @@
 AC_PROG_CC
 
 AC_ARG_ENABLE(dri, [ --enable-dri ], [ DRI="yes" ], [ DRI="no" ])
-AM_CONDITIONAL(DRI, [ test "$xDRI" == "xyes" ])
+AM_CONDITIONAL(DRI, [ test "x$DRI" == "xyes" ])
 AC_ARG_ENABLE(xv, [ --enable-xv ], [ XV="yes" ], [ XV="no" ])
-AM_CONDITIONAL(XV, [ test "$xXV" == "xyes" ])
+AM_CONDITIONAL(XV, [ test "x$XV" == "xyes" ])
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XORG, debrix)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.