totem-pl-parser r29 - trunk



Author: hadess
Date: Tue Jan  8 09:10:44 2008
New Revision: 29
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=29&view=rev

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

	* configure.in: Fix HAL test, spotted by Saleem Abdulrasool
	<compnerd compnerd org> (Closes: #507980)



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan  8 09:10:44 2008
@@ -66,7 +66,7 @@
 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
+      with_hal=yes
       AC_DEFINE(HAVE_HAL, 1, [Define if you HAL support])
   else
     if test "x$with_hal" = "xyes"; then
@@ -74,7 +74,7 @@
     fi
   fi
 fi
-AM_CONDITIONAL(HAVE_HAL, test x"$enable_hal" = xyes)
+AM_CONDITIONAL(HAVE_HAL, test x"$with_hal" = xyes)
 
 dnl Check for packages for building libtotem-plparser.la
 PKG_CHECK_MODULES(TOTEM_PLPARSER, [glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2])
@@ -114,3 +114,10 @@
 po/Makefile.in
 ])
 
+AC_MSG_NOTICE([totem-pl-parser was configured with the following options:])
+if test x$with_hal = xyes ; then
+	AC_MSG_NOTICE([** HAL support enabled])
+else
+	AC_MSG_NOTICE([   HAL support disabled])
+fi
+



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