Skip to content
Snippets Groups Projects
Commit 41ca554d authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

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

parent 465a583f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment