You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.ac
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ m4_define([_SR_DRIVER], [
294
294
[sr_hw_info=yes[]m4_ifval([$4], [
295
295
sr_check_driver_deps $4 \
296
296
|| 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.])
0 commit comments