gnome-mud r682 - trunk



Author: jordim
Date: Fri Jul 18 12:00:30 2008
New Revision: 682
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=682&view=rev

Log:
2008-07-18  Jordi Mallach  <jordi sindominio net>

	* configure.ac: Comment out all references to mapper and MCCP
	support, these features need to be rewritten in a future release.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Jul 18 12:00:30 2008
@@ -80,33 +80,33 @@
 AC_DEFINE(HAVE_LIBSM, 1, [Define this to have session management.])
 
 dnl Check whether to include mapper support (defaults to no)
-AC_ARG_ENABLE(mapper,
-	AC_HELP_STRING([--enable-mapper],
-		       [Enable automapper support (default=no)]),
-		[enable_mapper=$enableval], [enable_mapper=no])
-
-if test "x$enable_mapper" = "xyes" ; then
-	AC_DEFINE(ENABLE_MAPPER, 1, [Define if mapper support should be enabled])
-fi
+#AC_ARG_ENABLE(mapper,
+#	AC_HELP_STRING([--enable-mapper],
+#		       [Enable automapper support (default=no)]),
+#		[enable_mapper=$enableval], [enable_mapper=no])
+#
+#if test "x$enable_mapper" = "xyes" ; then
+#	AC_DEFINE(ENABLE_MAPPER, 1, [Define if mapper support should be enabled])
+#fi
 
 dnl Check whether to include MCCP code or not
-AC_ARG_ENABLE(mccp,
-	AC_HELP_STRING([--enable-mccp],
-		       [Enable MCCP (MUD Client Compression Protocol)]),,
-		enable_mccp=auto)
-if test "x$enable_mccp" != "xno"; then
-	AC_CHECK_HEADER(zlib.h, have_zlib=yes, have_zlib=no)
-	if test "x$have_zlib" = "xno" -a "x$enable_mccp" = "xyes"; then
-	  AC_MSG_ERROR([MCCP support explicitly requested but zlib was not found])
-	fi
-	if test "x$have_zlib" = "xyes"; then
-	  AC_DEFINE(ENABLE_MCCP, 1, [Define if MCCP should be enabled])
-	  enable_mccp=yes
-	  Z_LIBS="-lz"
-	fi
-fi
-AM_CONDITIONAL(USE_MCCP, test "x$enable_mccp" = xyes)
-AC_SUBST(Z_LIBS)
+#AC_ARG_ENABLE(mccp,
+#	AC_HELP_STRING([--enable-mccp],
+#		       [Enable MCCP (MUD Client Compression Protocol)]),,
+#		enable_mccp=auto)
+#if test "x$enable_mccp" != "xno"; then
+#	AC_CHECK_HEADER(zlib.h, have_zlib=yes, have_zlib=no)
+#	if test "x$have_zlib" = "xno" -a "x$enable_mccp" = "xyes"; then
+#	  AC_MSG_ERROR([MCCP support explicitly requested but zlib was not found])
+#	fi
+#	if test "x$have_zlib" = "xyes"; then
+#	  AC_DEFINE(ENABLE_MCCP, 1, [Define if MCCP should be enabled])
+#	  enable_mccp=yes
+#	  Z_LIBS="-lz"
+#	fi
+#fi
+#AM_CONDITIONAL(USE_MCCP, test "x$enable_mccp" = xyes)
+#AC_SUBST(Z_LIBS)
 
 dnl Check whether to include GStreamer code or not
 AC_ARG_ENABLE(gstreamer,
@@ -169,18 +169,18 @@
 
 AC_MSG_NOTICE([GNOME-Mud has been configured with the following options:])
 
-if test "x$enable_mccp" = xyes; then
-	AC_MSG_NOTICE([    * MCCP support is enabled])
-else
-	AC_MSG_NOTICE([    * MCCP support is disabled])
-fi
-
-if test "x$enable_mapper" = xyes; then
-	AC_MSG_NOTICE([    * Mapper support is enabled])
-else
-	AC_MSG_NOTICE([    * Mapper support is disabled])
-fi
-
+#if test "x$enable_mccp" = xyes; then
+#	AC_MSG_NOTICE([    * MCCP support is enabled])
+#else
+#	AC_MSG_NOTICE([    * MCCP support is disabled])
+#fi
+#
+#if test "x$enable_mapper" = xyes; then
+#	AC_MSG_NOTICE([    * Mapper support is enabled])
+#else
+#	AC_MSG_NOTICE([    * Mapper support is disabled])
+#fi
+#
 if test "x$enable_gstreamer" = xyes; then
 	AC_MSG_NOTICE([    * GStreamer support is enabled])
 else



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