Module: wine Branch: master Commit: 41ca554d1a837b6bfd8c8b7bb70f80a32965a9f6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=41ca554d1a837b6bfd8c8b7bb7...
Author: Austin English austinenglish@gmail.com Date: Fri Jun 12 13:03:56 2009 -0500
configure: Add a note about missing dbus if libhal is missing.
---
configure | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure index 73ced57..7d18ad5 100755 --- a/configure +++ b/configure @@ -13028,11 +13028,11 @@ fi fi if test "x$ac_cv_lib_soname_hal" = "x"; then case "x$with_hal" in - x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;; + x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;; xno) ;; - *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support. + *) { { $as_echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support. This is an error since --with-hal was requested." >&5 -$as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support. +$as_echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support. This is an error since --with-hal was requested." >&2;} { (exit 1); exit 1; }; } ;; esac diff --git a/configure.ac b/configure.ac index 258a864..bef311e 100644 --- a/configure.ac +++ b/configure.ac @@ -1006,7 +1006,7 @@ then CPPFLAGS="$ac_save_CPPFLAGS" fi WINE_NOTICE_WITH(hal,[test "x$ac_cv_lib_soname_hal" = "x"], - [libhal ${notice_platform}development files not found, no dynamic device support.]) + [libhal/libdbus ${notice_platform}development files not found, no dynamic device support.])
dnl **** Check for libgnutls **** if test "x$with_gnutls" != "xno"