totem r5006 - trunk



Author: hadess
Date: Tue Jan  8 09:03:01 2008
New Revision: 5006
URL: http://svn.gnome.org/viewvc/totem?rev=5006&view=rev

Log:
2008-01-08  Bastien Nocera  <hadess hadess net>

	* configure.in: Remove unneeded HAL check, totem-pl-parser
	depends on it, and we don't use it



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan  8 09:03:01 2008
@@ -886,28 +886,6 @@
 fi
 AM_CONDITIONAL(HAVE_NAUTILUS, test x$HAVE_NAUTILUS = "xyes")
 
-
-dnl ***
-dnl HAL
-dnl ***
-
-AC_ARG_WITH(hal,
-	      AC_HELP_STRING([--without-hal],
-			     [Disable HAL support]))
-if test "x$with_hal" != "xno"; then
-  PKG_CHECK_MODULES(HAL, hal >= 0.5 hal < 0.6 dbus-1 >= $DBUS_REQS, enable_hal05=yes, enable_hal05=no)
-  if test x$enable_hal05 = xyes; then
-      enable_hal=yes
-      AC_DEFINE(HAVE_HAL, 1, [Define if you HAL support])
-  else
-    if test "x$with_hal" = "xyes"; then
-	  AC_MSG_ERROR([HAL support explicitly requested but HAL couldn't be found])
-    fi
-  fi
-fi
-AM_CONDITIONAL(HAVE_HAL, test x"$enable_hal" = xyes)
-
-
 dnl ***************************
 dnl D-Bus for gnome-screensaver
 dnl ***************************
@@ -1163,11 +1141,6 @@
 else
 	AC_MSG_NOTICE([   iso-codes support checked at run-time])
 fi
-if test x$enable_hal = xyes ; then
-	AC_MSG_NOTICE([** HAL support enabled])
-else
-	AC_MSG_NOTICE([   HAL support disabled])
-fi
 if test x$enable_xtest = xyes ; then
 	AC_MSG_NOTICE([** XTest (legacy screensaver) support enabled])
 else



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