[xlibs-commit] Xext configure.ac,3.2,3.3
Jim Gettys
xlibs-commit@pdx.freedesktop.org
Wed, 12 Nov 2003 13:47:42 -0800
Committed by: jg
Update of /cvs/xlibs/Xext
In directory pdx:/tmp/cvs-serv6504/Xext
Modified Files:
configure.ac
Log Message:
Patch submitted by mikelima@virgilio.it (Luciano Montanaro) to fix:
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=139
There is a README that says that when using pkg-config, the
AC_SUBST(packagename_CFLAGS)
AC_SUBST(packagename_LIBS)
lines should be supplied in the configure.in
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xext/configure.ac,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -d -r3.2 -r3.3
--- configure.ac 1 Nov 2003 09:11:49 -0000 3.2
+++ configure.ac 12 Nov 2003 21:47:40 -0000 3.3
@@ -22,6 +22,8 @@
# Checks for pkg-config packages
PKG_CHECK_MODULES(XEXT, xproto x11 xextensions)
+AC_SUBST(XEXT_CFLAGS)
+AC_SUBST(XEXT_LIBS)
# Checks for libraries.