- Timestamp:
- 07/20/04 00:45:48 (4 years ago)
- Files:
-
- 1 modified
-
branches/openct-0.6/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openct-0.6/configure.ac
r542 r552 220 220 fi 221 221 if test "x$pcsc_path" != "xno" -a "x$PCSC_MSG" != "xyes"; then 222 AC_MSG_CHECKING(for PC/SC Lite support)223 222 PKG_CHECK_MODULES(PCSC, libpcsclite, [ 224 223 PCSC_MSG="yes" 225 224 AC_MSG_RESULT($PCSC_MSG) 226 225 ], [ 226 AC_MSG_CHECKING(for PC/SC Lite support) 227 227 for pcscdir in "" /pcsc /PCSC; do 228 228 CPPFLAGS="$saved_CPPFLAGS"
