xchat-gnome r2700 - trunk



Author: chpe
Date: Thu Jan  1 22:21:09 2009
New Revision: 2700
URL: http://svn.gnome.org/viewvc/xchat-gnome?rev=2700&view=rev

Log:
	* configure.ac: Don't define USE_SHM. Bug #565958.

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Jan  1 22:21:09 2009
@@ -319,13 +319,15 @@
 	AC_DEFINE(USE_XLIB, [1], [Use Xlib])
 fi
 
-AC_CHECK_LIB(Xext, XShmAttach, shm=yes, shm=no)
-AC_CHECK_HEADERS(sys/ipc.h, , shm=no)
-AC_CHECK_HEADERS(sys/shm.h, , shm=no)
-if test "x$shm" = xyes; then
-	DEPENDENCIES_LIBS="$DEPENDENCIES_LIBS -lX11 -lXext"
-	AC_DEFINE(USE_SHM, [1], [Whether to use Xshm tinting])
-fi
+# Disable SHM because of bug #565958
+#
+# AC_CHECK_LIB(Xext, XShmAttach, shm=yes, shm=no)
+# AC_CHECK_HEADERS(sys/ipc.h, , shm=no)
+# AC_CHECK_HEADERS(sys/shm.h, , shm=no)
+# if test "x$shm" = xyes; then
+# 	DEPENDENCIES_LIBS="$DEPENDENCIES_LIBS -lX11 -lXext"
+# 	AC_DEFINE(USE_SHM, [1], [Whether to use Xshm tinting])
+# fi
 
 # MMX (for xtext tinting)
 AC_ARG_ENABLE(mmx,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]