From: Paul Eggert Date: Fri, 4 Aug 2023 01:41:52 +0000 (-0700) Subject: * m4/systemd.m4: Fix --help lineup. X-Git-Tag: v1.0~966 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f6aa86ea62cd60141e918142bf3ba9fda8ee2463;p=gnulib.git * m4/systemd.m4: Fix --help lineup. --- 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])