diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f790f9a51..01e84104d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.365 2006/09/18 13:17:41 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.366 2006/09/23 06:25:20 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.365 $) | 18 | AC_REVISION($Revision: 1.366 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -3086,7 +3086,7 @@ AC_ARG_WITH(opensc, | |||
3086 | LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags` | 3086 | LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags` |
3087 | LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs` | 3087 | LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs` |
3088 | CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS" | 3088 | CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS" |
3089 | LDFLAGS="$LDFLAGS $LIBOPENSC_LIBS" | 3089 | LIBS="$LIBS $LIBOPENSC_LIBS" |
3090 | AC_DEFINE(SMARTCARD) | 3090 | AC_DEFINE(SMARTCARD) |
3091 | AC_DEFINE(USE_OPENSC, 1, | 3091 | AC_DEFINE(USE_OPENSC, 1, |
3092 | [Define if you want smartcard support | 3092 | [Define if you want smartcard support |