Skip to content

Commit

Permalink
Do not check for ifdhandler.h since we do not use it
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://svn.debian.org/svn/pcsclite/trunk/contrib@6420 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Aug 9, 2012
1 parent 25989b9 commit f373135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libPCSCv2part10/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ PKG_CHECK_EXISTS([libpcsclite],
saved_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS"
PCSC_ERROR_MSG="install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=..."
AC_CHECK_HEADER(ifdhandler.h,, [AC_MSG_ERROR([$PCSC_ERROR_MSG])])
AC_CHECK_HEADER(reader.h,, [AC_MSG_ERROR([$PCSC_ERROR_MSG])])
CPPFLAGS="$saved_CPPFLAGS"

Expand Down

0 comments on commit f373135

Please sign in to comment.