gvfs r1322 - trunk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r1322 - trunk
- Date: Thu, 21 Feb 2008 12:38:46 +0000 (GMT)
Author: chpe
Date: Thu Feb 21 12:38:46 2008
New Revision: 1322
URL: http://svn.gnome.org/viewvc/gvfs?rev=1322&view=rev
Log:
2008-02-21 Christian Persch <chpe gnome org>
* configure.ac: Update hal req to 0.5.10. Bug #515779.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Feb 21 12:38:46 2008
@@ -203,12 +203,13 @@
have_hal_fast_init=no
HAL_LIBS=
HAL_CFLAGS=
+HAL_REQUIRED=0.5.10
if test "x$enable_hal" != "xno"; then
- PKG_CHECK_EXISTS(hal >= 0.5.9, msg_hal=yes)
+ PKG_CHECK_EXISTS([hal >= $HAL_REQUIRED], msg_hal=yes)
if test "x$msg_hal" == "xyes"; then
- PKG_CHECK_MODULES(HAL, hal >= 0.5.9)
+ PKG_CHECK_MODULES([HAL],[hal >= $HAL_REQUIRED])
AC_DEFINE(HAVE_HAL, 1, [Define to 1 if HAL is available])
AC_CHECK_LIB(hal, libhal_get_all_devices_with_properties, have_hal_fast_init=yes)
if test "x$have_hal_fast_init" == "xyes"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]