]> Savannah Git Hosting - gnulib.git/commitdiff
* m4/systemd.m4: Fix --help lineup.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Aug 2023 01:41:52 +0000 (18:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Aug 2023 01:41:52 +0000 (18:41 -0700)
m4/systemd.m4

index c54e2fb47f10bae7a3d25fbce88dccfd2fdbbb7b..4a0931f0f23805b1d5b71771ce0d6a2ef6e2faa4 100644 (file)
@@ -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])