Skip to content

Commit

Permalink
build: reset pthread_cflags on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 25, 2024
1 parent 05393b8 commit 49ed428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,12 @@ fi
echo "----- checking pthread support"
AX_PTHREAD

case "$SYSTEM" in
cygwin)
PTHREAD_CFLAGS=""
;;
esac

# On linux plaforms, we will have to check that includes from kernel are
# available. glibc version test was shamelessly taken from
# http://public.activestate.com/gsar/APC/perl-5.8.x/Configure
Expand Down

0 comments on commit 49ed428

Please sign in to comment.