From f6aa86ea62cd60141e918142bf3ba9fda8ee2463 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 3 Aug 2023 18:41:52 -0700 Subject: [PATCH] * m4/systemd.m4: Fix --help lineup. --- m4/systemd.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/systemd.m4 b/m4/systemd.m4 index c54e2fb47f..4a0931f0f2 100644 --- a/m4/systemd.m4 +++ b/m4/systemd.m4 @@ -1,4 +1,4 @@ -# systemd.m4 serial 2 +# systemd.m4 serial 3 dnl Copyright (C) 2023 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,7 +10,7 @@ AC_DEFUN([gl_SYSTEMD_CHOICE], [ AC_MSG_CHECKING([whether to use systemd APIs]) AC_ARG_ENABLE([systemd], - [ --enable-systemd use systemd APIs], + [ --enable-systemd use systemd APIs], [SYSTEMD_CHOICE="$enableval"], [SYSTEMD_CHOICE=no]) AC_MSG_RESULT([$SYSTEMD_CHOICE]) -- 2.39.5