Skip to content

Commit 4b54e08

Browse files
committed
config-scripts/cups-common.m4: fix error message typo
$COMPONENT should be $COMPONENTS to properly print the bad build component, otherwise it's empty.
1 parent 9b5f2a1 commit 4b54e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-scripts/cups-common.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ AS_CASE(["$COMPONENTS"], [all], [
483483
LIBHEADERS="\$(COREHEADERS)"
484484
LIBHEADERSPRIV="\$(COREHEADERSPRIV)"
485485
], [*], [
486-
AC_MSG_ERROR([Bad build component "$COMPONENT" specified.])
486+
AC_MSG_ERROR([Bad build component "$COMPONENTS" specified.])
487487
])
488488

489489
AC_SUBST([BUILDDIRS])

0 commit comments

Comments
 (0)