]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
config-scripts/cups-common.m4: fix error message typo 716/head
authorAdrian Ratiu <adrian.ratiu@collabora.com>
Wed, 29 Mar 2023 19:19:31 +0000 (22:19 +0300)
committerAdrian Ratiu <adrian.ratiu@collabora.com>
Fri, 2 Jun 2023 10:58:27 +0000 (13:58 +0300)
$COMPONENT should be $COMPONENTS to properly print
the bad build component, otherwise it's empty.

config-scripts/cups-common.m4

index 9e44dadbf6f02684bdeb3ab11fd1f7878d411496..b28f6761265700a02f4c1bfb57e15587cef3e1c1 100644 (file)
@@ -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])