Skip to content

Commit 094c982

Browse files
committed
configure: Make dependency error message more explicit
1 parent 8b91b88 commit 094c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ m4_define([_SR_DRIVER], [
294294
[sr_hw_info=yes[]m4_ifval([$4], [
295295
sr_check_driver_deps $4 \
296296
|| if test "x[$]$3" != xcheck; then
297-
AC_MSG_ERROR([driver $2 is enabled, but deps are missing: $sr_deps_missing])
297+
AC_MSG_ERROR([driver $2 is enabled, but these deps are missing: $sr_deps_missing. Either install the dependency or disable the driver with --disable-$2.])
298298
else
299299
$3=no sr_hw_info="no (missing: $sr_deps_missing)"
300300
fi;

0 commit comments

Comments
 (0)