Skip to content

Commit

Permalink
Revert "configure.ac: statically link with pthread on Windows"
Browse files Browse the repository at this point in the history
This reverts commit d8f5f56.

pcsc_scan is already linked with pthreads now.
  • Loading branch information
LudovicRousseau committed Aug 10, 2024
1 parent 924f1dd commit c35c562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ AS_CASE(["$host"],
ATR_PARSER="no"],
[*-*-mingw*|*-*-msys],
[PCSC_LIBS=-lwinscard
CFLAGS="-Wl,-Bstatic -pthread"
ATR_PARSER="no"])
#
# Special check for pthread support
Expand Down

0 comments on commit c35c562

Please sign in to comment.