summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-18 15:06:21 +1000
committerDamien Miller <djm@mindrot.org>2001-09-18 15:06:21 +1000
commitd97c2ceed1e295bdc612be7e042015c1b7200773 (patch)
treef4877edf95addda8d03e96fe6baf48bf165a55f8 /configure.in
parentff5f47e230b2c8278791c0fb8b2bcb0d08fcee1b (diff)
- (djm) More makefile infrastructre for smartcard support, also based
on Ben's work
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d873054fa..94fbfc388 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.310 2001/09/18 04:01:12 djm Exp $ 1# $Id: configure.in,v 1.311 2001/09/18 05:06:22 djm Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -2058,7 +2058,7 @@ fi
2058 2058
2059AC_EXEEXT 2059AC_EXEEXT
2060 2060
2061AC_OUTPUT(Makefile openbsd-compat/Makefile ssh_prng_cmds) 2061AC_OUTPUT(Makefile openbsd-compat/Makefile scard/Makefile ssh_prng_cmds)
2062 2062
2063# Print summary of options 2063# Print summary of options
2064 2064