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 d3c94bc06..93d21bfa6 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.40 2002/04/07 19:44:14 stevesk Exp $ | 1 | # $Id: configure.ac,v 1.41 2002/04/08 18:37:09 mouring Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -1730,9 +1730,9 @@ AC_ARG_WITH(opensc, | |||
1730 | blibpath="$blibpath:${withval}" | 1730 | blibpath="$blibpath:${withval}" |
1731 | fi | 1731 | fi |
1732 | fi | 1732 | fi |
1733 | AC_CHECK_HEADERS(opensc-pkcs15.h) | 1733 | AC_CHECK_HEADERS(opensc/pkcs15.h) |
1734 | if test "$ac_cv_header_opensc_pkcs15_h" != yes; then | 1734 | if test "$ac_cv_header_opensc_pkcs15_h" != yes; then |
1735 | AC_MSG_ERROR(Can't find opensc-pkcs15.h) | 1735 | AC_MSG_ERROR(Can't find opensc/pkcs15.h) |
1736 | fi | 1736 | fi |
1737 | AC_CHECK_LIB(opensc, sc_pkcs15_bind) | 1737 | AC_CHECK_LIB(opensc, sc_pkcs15_bind) |
1738 | if test "$ac_cv_lib_opensc_sc_pkcs15_bind" != yes; then | 1738 | if test "$ac_cv_lib_opensc_sc_pkcs15_bind" != yes; then |