gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10628: we don't need the --enable-m


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10628: we don't need the --enable-mit-shm option anymore.
Date: Wed, 25 Feb 2009 15:09:04 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10628
committer: address@hidden
branch nick: trunk
timestamp: Wed 2009-02-25 15:09:04 -0700
message:
  we don't need the --enable-mit-shm option anymore.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-02-25 02:00:44 +0000
+++ b/configure.ac      2009-02-25 22:09:04 +0000
@@ -666,22 +666,6 @@
 fi
 
 dnl --------------------------------------------------------
-dnl  Toggle support for MIT-SHM extension to the X server
-dnl --------------------------------------------------------
-
-AC_ARG_ENABLE(mit-shm,
-  AC_HELP_STRING([--enable-mit-shm], [Enable support for the MIT-SHM X 
extension]),
-[case "${enableval}" in
-  yes) xmitshm=yes ;;
-  no)  xmitshm=no ;;
-  *)   AC_MSG_ERROR([bad value ${enableval} for --enable-mit-shm option]) ;;
-esac],xmitshm=no)
-dnl as windows doesn't run X11, don't enable this extension there.
-if test "x${xmitshm}" = "xyes" -a "x${windows}" != "xyes"; then
-       AC_DEFINE(ENABLE_MIT_SHM, [1], [Use MIT-SHM X extension if available])
-fi
-
-dnl --------------------------------------------------------
 dnl  Select media handler
 dnl --------------------------------------------------------
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]