changeset 39386:6ccf43312416

crypto/af_alg: fix --help * m4/af_alg.m4: Avoid spurious newline in --help output.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 16 May 2018 12:02:41 -0700
parents 02b882ac27c8
children be116b428364
files ChangeLog m4/af_alg.m4
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 14 07:54:47 2018 -0700
+++ b/ChangeLog	Wed May 16 12:02:41 2018 -0700
@@ -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.
--- a/m4/af_alg.m4	Mon May 14 07:54:47 2018 -0700
+++ b/m4/af_alg.m4	Wed May 16 12:02:41 2018 -0700
@@ -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 @@
   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.