removed HAL detection, was added by mistake.

2006-02-03  Rodrigo Moya <rodrigo@novell.com>

	* configure.in: removed HAL detection, was added by mistake.
This commit is contained in:
Rodrigo Moya 2006-02-03 16:32:31 +00:00 committed by Rodrigo Moya
parent c1605730b4
commit 8277ac936f
2 changed files with 4 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2006-02-03 Rodrigo Moya <rodrigo@novell.com>
* configure.in: removed HAL detection, was added by mistake.
2006-02-01 Kjartan Maraas <kmaraas@gnome.org>
* NEWS: Update

View file

@ -353,17 +353,6 @@ fi
AM_CONDITIONAL(BUILD_ABOUTME, test -n "$LIBEBOOK_REQUIREMENT")
AM_CONDITIONAL(HAVE_LIBEBOOK, test -n "$LIBEBOOK_REQUIREMENT")
dnl ==============================================
dnl HAL stuff
dnl ==============================================
AC_ARG_ENABLE(hal, AC_HELP_STRING([--disable-hal],[build without hal support]))
if test "x$enable_hal" != "xno"; then
PKG_CHECK_MODULES(HAL, [hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32],
[ AC_DEFINE(USE_HAL, 1, [defined if using libhal]) ],)
AC_SUBST(HAL_CFLAGS)
AC_SUBST(HAL_LIBS)
fi
dnl ==============================================
dnl End: Check that we meet the dependencies
dnl ==============================================