From 094c98223452a33ff94d27f9366f21c50e63781b Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sat, 19 Oct 2024 13:00:31 +0200 Subject: [PATCH] configure: Make dependency error message more explicit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b282a5fb..f846fcdc 100644 --- a/configure.ac +++ b/configure.ac @@ -294,7 +294,7 @@ m4_define([_SR_DRIVER], [ [sr_hw_info=yes[]m4_ifval([$4], [ sr_check_driver_deps $4 \ || if test "x[$]$3" != xcheck; then - AC_MSG_ERROR([driver $2 is enabled, but deps are missing: $sr_deps_missing]) + 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.]) else $3=no sr_hw_info="no (missing: $sr_deps_missing)" fi; -- 2.11.4.GIT