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

Adam Jackson xserver-commit at pdx.freedesktop.org
Sun Jun 27 16:34:06 PDT 2004


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  <ajax at freedesktop.org>

	* configure.ac: Fixed feature variables.

2004-06-22  Adam Jackson  <ajax at freedesktop.org>

	* 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)




More information about the xserver-commit mailing list