From 4b54e0834b47054e9945a4cf022047fbd8ddce01 Mon Sep 17 00:00:00 2001 From: Adrian Ratiu Date: Wed, 29 Mar 2023 22:19:31 +0300 Subject: [PATCH] config-scripts/cups-common.m4: fix error message typo $COMPONENT should be $COMPONENTS to properly print the bad build component, otherwise it's empty. --- config-scripts/cups-common.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 9e44dadbf6..b28f676126 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -483,7 +483,7 @@ AS_CASE(["$COMPONENTS"], [all], [ LIBHEADERS="\$(COREHEADERS)" LIBHEADERSPRIV="\$(COREHEADERSPRIV)" ], [*], [ - AC_MSG_ERROR([Bad build component "$COMPONENT" specified.]) + AC_MSG_ERROR([Bad build component "$COMPONENTS" specified.]) ]) AC_SUBST([BUILDDIRS]) -- 2.47.2