CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/31 16:43:32
Modified files: . : configure.ac Log message: report configuration of MIT-SHM extension support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.385&r2=1.386 Patches: Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.385 retrieving revision 1.386 diff -u -b -r1.385 -r1.386 --- configure.ac 31 Jul 2007 16:16:08 -0000 1.385 +++ configure.ac 31 Jul 2007 16:43:31 -0000 1.386 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.385 2007/07/31 16:16:08 strk Exp $ +dnl $Id: configure.ac,v 1.386 2007/07/31 16:43:31 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -1366,6 +1366,12 @@ echo " Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable." fi +if test x"$xmitshm" = x"yes"; then + echo " MIT-SHM X extension support enabled" +else + echo " MIT-SHM X extension support disabled (default). Use --enable-mit-shm to enable." +fi + if test x"$pthreads" = x"yes"; then echo " POSIX Threads support enabled (default)" else _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit