]> Savannah Git Hosting - gnulib.git/commitdiff
crypto/af_alg: fix --help
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 May 2018 19:02:41 +0000 (12:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 May 2018 19:03:02 +0000 (12:03 -0700)
* m4/af_alg.m4: Avoid spurious newline in --help output.

ChangeLog
m4/af_alg.m4

index 24fd4da80e6883aac66605b7135f0aee988b062a..dd479f783f29b912e4f7e65fea4b0d1bfcf58333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       crypto/af_alg: fix --help
+       * m4/af_alg.m4: Avoid spurious newline in --help output.
+
 2018-05-13  Bruno Haible  <bruno@clisp.org>
 
        nl_langinfo: Fix compilation error on Android.
index db7150e08c56b01998cf7f94d035eba7fe76a579..325ab1319848cafe7cc896115b96cfbf79b49261 100644 (file)
@@ -1,4 +1,4 @@
-# af_alg.m4 serial 3
+# af_alg.m4 serial 4
 dnl Copyright 2018 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -33,8 +33,8 @@ AC_DEFUN_ONCE([gl_AF_ALG],
   use_af_alg=yes
   AC_ARG_WITH([linux-crypto],
     [AS_HELP_STRING([[--without-linux-crypto]],
-       [Do not use Linux kernel cryptographic API (default is to use it if available)])
-    ],
+       [Do not use Linux kernel cryptographic API
+        (default is to use it if available)])],
     [use_af_alg=$withval],
     [use_af_alg=yes])
   dnl We cannot use it if it is not available.