Commit 502d0a0d authored by Christophe Mutricy's avatar Christophe Mutricy

Don't use Hal elsewhere than Linux

parent a7cfd908
...@@ -709,7 +709,7 @@ dnl Check for hal ...@@ -709,7 +709,7 @@ dnl Check for hal
AC_ARG_ENABLE(hal, AC_ARG_ENABLE(hal,
[ --enable-hal Linux HAL services discovery (default enabled)]) [ --enable-hal Linux HAL services discovery (default enabled)])
if test "${enable_hal}" != "no" if test "${enable_hal}" != "no" -a "${SYS}" = "linux"
then then
PKG_CHECK_MODULES(HAL, hal >= 0.2.97, PKG_CHECK_MODULES(HAL, hal >= 0.2.97,
[AC_DEFINE(HAVE_HAL, [], [Define if you have the HAL library]) [AC_DEFINE(HAVE_HAL, [], [Define if you have the HAL library])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment