summaryrefslogtreecommitdiff
path: root/config-scripts/cups-startup.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config-scripts/cups-startup.m4')
-rw-r--r--config-scripts/cups-startup.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config-scripts/cups-startup.m4 b/config-scripts/cups-startup.m4
index 978daae75..13b738b77 100644
--- a/config-scripts/cups-startup.m4
+++ b/config-scripts/cups-startup.m4
@@ -78,7 +78,7 @@ if test x$enable_systemd != xno; then
fi
dnl Upstart is also used on Linux (e.g., Chrome OS)
-AC_ARG_ENABLE(upstart, [ --enable-upstart enable upstart support])
+AC_ARG_ENABLE(upstart, [ --enable-upstart enable upstart support])
if test "x$enable_upstart" = "xyes"; then
if test "x$have_systemd" = "xyes"; then
AC_MSG_ERROR(Cannot support both systemd and upstart.)