From: Adrian Ratiu Date: Wed, 29 Mar 2023 19:19:31 +0000 (+0300) Subject: config-scripts/cups-common.m4: fix error message typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F716%2Fhead;p=thirdparty%2Fcups.git config-scripts/cups-common.m4: fix error message typo $COMPONENT should be $COMPONENTS to properly print the bad build component, otherwise it's empty. --- 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])