/[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 1250 by rousseau, Sun Aug 15 19:07:48 2004 UTC revision 1251 by rousseau, Wed Sep 29 07:04:55 2004 UTC
# Line 31  AC_PROG_MAKE_SET Line 31  AC_PROG_MAKE_SET
31  AC_PROG_LN_S  AC_PROG_LN_S
32  AM_PROG_LEX  AM_PROG_LEX
33  AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes])  AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes])
34    
35    dnl pcsc-lite install .pc files in /usr/local/lib/pkgconfig by default
36    PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
37    export PKG_CONFIG_PATH
38  if test "$PKGCONFIG" = "yes"; then  if test "$PKGCONFIG" = "yes"; then
39          if ! `pkg-config --print-errors --atleast-version=1.2.9-beta5 libpcsclite`          if ! `PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --print-errors --atleast-version=1.2.9-beta5 libpcsclite`
40          then          then
41                  AC_MSG_ERROR([install pcsc-lite 1.2.9-beta5 or later])                  AC_MSG_ERROR([install pcsc-lite 1.2.9-beta5 or later])
42          fi          fi

Legend:
Removed from v.1250  
changed lines
  Added in v.1251

  ViewVC Help
Powered by ViewVC 1.1.5