]> git.sesse.net Git - vlc/commitdiff
* Fix hal detection
authorBenjamin Pracht <bigben@videolan.org>
Sun, 21 May 2006 20:00:27 +0000 (20:00 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Sun, 21 May 2006 20:00:27 +0000 (20:00 +0000)
configure.ac

index 3085bf05a0ee4f6358f2b3513425f9650d440dfd..b15accb862cddb9bc1134ade25201be599f38508 100644 (file)
@@ -813,7 +813,7 @@ dnl Check for hal
 AC_ARG_ENABLE(hal,
   [  --enable-hal            Linux HAL services discovery (default enabled)])
  
-if test "${enable_hal}"
+if test "${enable_hal}" != "no"
 then
   PKG_CHECK_MODULES(HAL, hal >= 0.5.0,
     [ AC_DEFINE( HAVE_HAL_1, [] , [Define if you have the new HAL library API])