]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
authordtucker <dtucker>
Thu, 22 Sep 2005 10:19:54 +0000 (10:19 +0000)
committerdtucker <dtucker>
Thu, 22 Sep 2005 10:19:54 +0000 (10:19 +0000)
   shillest.net.

ChangeLog
configure.ac

index 128eb8d0465d94967d9ce2aa59c9e2101944a00e..b3be8131a5fa842af3151de670ba027675c08fb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20050922
  - (dtucker) [configure.ac] Use -R linker flag for libedit too; patch from
    skeleten at shillest.net.
+ - (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
+   shillest.net.
 
 20050919
  - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to
index 4d92a74b8135109755c9796cdfe7e4d99acba499..e8c6f871df286042466d601ce4249d7696597d96 100644 (file)
@@ -2719,7 +2719,7 @@ AC_ARG_WITH(sectok,
 # Check whether user wants OpenSC support
 OPENSC_CONFIG="no"
 AC_ARG_WITH(opensc,
-       [--with-opensc[[=PFX]]       Enable smartcard support using OpenSC (optionally in PATH)],
+       [  --with-opensc[[=PFX]]     Enable smartcard support using OpenSC (optionally in PATH)],
        [
            if test "x$withval" != "xno" ; then
                if test "x$withval" != "xyes" ; then
This page took 0.383144 seconds and 5 git commands to generate.