/[pcsclite]/trunk/Drivers/ccid/configure.in
ViewVC logotype

Diff of /trunk/Drivers/ccid/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2239 by rousseau, Wed Nov 29 10:12:04 2006 UTC revision 2240 by rousseau, Wed Nov 29 10:31:11 2006 UTC
# Line 46  saved_CPPFLAGS="$CPPFLAGS" Line 46  saved_CPPFLAGS="$CPPFLAGS"
46  CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS"  CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS"
47  AC_CHECK_HEADER(ifdhandler.h,,  AC_CHECK_HEADER(ifdhandler.h,,
48          [AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])])          [AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])])
49    AC_CHECK_DECL(IFD_NO_SUCH_DEVICE,, [AC_MSG_ERROR([install pcsc-lite $PCSC_NEEDED_VERSION or later])], [#include <ifdhandler.h>])
50  AC_CHECK_HEADER(reader.h,,  AC_CHECK_HEADER(reader.h,,
51          [AC_MSG_ERROR([reader.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])])          [AC_MSG_ERROR([reader.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])])
52  CPPFLAGS="$saved_CPPFLAGS"  CPPFLAGS="$saved_CPPFLAGS"

Legend:
Removed from v.2239  
changed lines
  Added in v.2240

  ViewVC Help
Powered by ViewVC 1.1.5