Index: configure.ac
===================================================================
--- configure.ac	(revision 920)
+++ configure.ac	(working copy)
@@ -263,11 +263,11 @@
   
 AC_ARG_ENABLE(hal, AC_HELP_STRING([--disable-hal],[Disable HAL support for ac power detection]),,[enable_hal=yes])
 if test "x$enable_hal" = "xyes"; then
-	PKG_CHECK_MODULES(HAL, [hal >= 0.5], [have_hal=yes] , [have_hal=no])
+	PKG_CHECK_MODULES(HAL, [hal >= 0.5], [enable_hal=yes] , [enable_hal=no])
 	AC_SUBST(HAL_CFLAGS)
 	AC_SUBST(HAL_LIBS)
 else
-	have_hal="no (disabled)"
+	enable_hal="no (disabled)"
 fi
 
 if test "x$enable_hal" = "xyes"; then
@@ -840,7 +840,7 @@
 	inotify header location:		$inotify_header
 	ioprio support:				$ioprio_support
 	Win32:					$native_win32
-	HAL (battery detection) support:	$have_hal
+	HAL (battery detection) support:	$enable_hal
 	unac accent stripper support:		$enable_unac
 	deskbar-applet support:			$enable_deskbar_applet
 	build search tool (GNOME):		$have_gnome
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to