[Xorg] [PATCH][xlibs] Xtst configure.ac fix

Mark Hymers mark at hymers.org.uk
Tue Jun 22 12:26:52 PDT 2004


Attached is a fix for Xtst which removes a line from configure.ac which
prevents compilation.  Having grepped for the symbol which this is
looking for, it appears nowhere in the Xtst source and compiles fine
without this test....

Mark

-- 
Mark Hymers <mark at hymers dot org dot uk>

"Well, the thing about a black hole - it's main distinguishing feature - is
 it's black. And the thing about space, your basic space colour is black. So
 how are you supposed to see them?"
     Holly, Red Dwarf Series III - Marooned
-------------- next part --------------
? .cvsignore
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xtst/configure.ac,v
retrieving revision 1.4
diff -u -p -r1.4 configure.ac
--- configure.ac	12 Apr 2004 14:51:01 -0000	1.4
+++ configure.ac	22 Jun 2004 19:17:56 -0000
@@ -15,10 +15,6 @@ PKG_CHECK_MODULES(X, x11 xext, 
 		  [x_found_with_pkgconfig=yes],
 		  [x_found_with_pkgconfig=no])
 
-PKG_CHECK_MODULES(RECORDEXT, recordext)
-
-X_CFLAGS="$X_CFLAGS $RECORDEXT_CFLAGS"
-
 AC_SUBST(X_CFLAGS)
 AC_SUBST(X_LIBS)
 		  


More information about the xorg mailing list