Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add -lphtread as some seem to need it now.
Closes ticket:4568
  • Loading branch information
perim committed Mar 29, 2017
1 parent c1f697f commit 62d2930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -275,6 +275,9 @@ WZ_CPPFLAGS="${WZ_CPPFLAGS} -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
# zlib
LDFLAGS="-lz ${LDFLAGS} -fPIC"

# thread support
LDFLAGS="${LDFLAGS} -lpthread"

if test "x$enable_warnings" = "xyes" ; then
# Only disable -Werror for the warning.
WZ_Wno_="-Wno-error="
Expand Down

0 comments on commit 62d2930

Please sign in to comment.