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:
parent
c1605730b4
commit
8277ac936f
2 changed files with 4 additions and 11 deletions
|
@ -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>
|
2006-02-01 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* NEWS: Update
|
* NEWS: Update
|
||||||
|
|
11
configure.in
11
configure.in
|
@ -353,17 +353,6 @@ fi
|
||||||
AM_CONDITIONAL(BUILD_ABOUTME, test -n "$LIBEBOOK_REQUIREMENT")
|
AM_CONDITIONAL(BUILD_ABOUTME, test -n "$LIBEBOOK_REQUIREMENT")
|
||||||
AM_CONDITIONAL(HAVE_LIBEBOOK, 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 ==============================================
|
||||||
dnl End: Check that we meet the dependencies
|
dnl End: Check that we meet the dependencies
|
||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue