Changeset 552 for branches

Show
Ignore:
Timestamp:
07/20/04 00:45:48 (4 years ago)
Author:
aj
Message:

better placement of info text for old configure check.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/openct-0.6/configure.ac

    r542 r552  
    220220fi 
    221221if test "x$pcsc_path" != "xno" -a "x$PCSC_MSG" != "xyes"; then 
    222         AC_MSG_CHECKING(for PC/SC Lite support) 
    223222        PKG_CHECK_MODULES(PCSC, libpcsclite, [ 
    224223                PCSC_MSG="yes"  
    225224                AC_MSG_RESULT($PCSC_MSG) 
    226225                ], [ 
     226        AC_MSG_CHECKING(for PC/SC Lite support) 
    227227        for pcscdir in "" /pcsc /PCSC; do 
    228228                CPPFLAGS="$saved_CPPFLAGS"