Skip to content

Commit d11e138

Browse files
Merge pull request #716 from 10ne1/master
config-scripts/cups-common.m4: fix error message typo
2 parents 9b5f2a1 + 4b54e08 commit d11e138

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)