mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-14 22:24:36 +00:00
- (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
shillest.net.
This commit is contained in:
parent
c373a56343
commit
82171c6607
@ -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
|
||||
@ -3007,4 +3009,4 @@
|
||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3892 2005/09/22 10:15:08 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3893 2005/09/22 10:19:54 dtucker Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: configure.ac,v 1.295 2005/09/22 10:15:08 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.296 2005/09/22 10:19:54 dtucker Exp $
|
||||
#
|
||||
# Copyright (c) 1999-2004 Damien Miller
|
||||
#
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user