[PULL] Configure fixes for Windows MinGW target
Keith Packard
keithp at keithp.com
Tue May 1 18:50:20 PDT 2012
On Tue, 01 May 2012 20:23:38 +0100, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:
> Ryan Pavlik (3):
> configure.ac: auto-disable MITSHM if we lack IPC
This patch is broken, HAVE_SYSV_IPC is a config.h entry, not a
configure.ac variable. This seems to fix it for me:
diff --git a/configure.ac b/configure.ac
index d6771ef..6a41ea8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1003,7 +1003,7 @@ if test "x$COMPOSITE" = xyes; then
fi
if test "x$MITSHM" = xauto; then
- MITSHM="$HAVE_SYSV_IPC"
+ MITSHM="$ac_cv_sysv_ipc"
fi
AM_CONDITIONAL(MITSHM, [test "x$MITSHM" = xyes])
if test "x$MITSHM" = xyes; then
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20120501/753b516a/attachment.pgp>
More information about the xorg-devel
mailing list