configure: Add a note about missing dbus if libhal is missing.

This commit is contained in:
Austin English 2009-06-12 13:03:56 -05:00 committed by Alexandre Julliard
parent 465a583f27
commit 41ca554d1a
2 changed files with 4 additions and 4 deletions

6
configure vendored
View File

@ -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

View File

@ -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"