Skip to content

Commit

Permalink
configure: Add CFLAGS for ssl
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <jason23347@gmail.com>
  • Loading branch information
Jason23347 committed Dec 28, 2020
1 parent 94d2d70 commit 0980e71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ hpux*)

LIBS="$LIBS -lws2_32"
PTHREAD_CFLAGS="-static $PTHREAD_CFLAGS"
AS_IF([test "x$with_ssl" = xno], [], [
CFLAGS="$CFLAGS $SSL_CFLAGS"
])
;;
esac

Expand Down

0 comments on commit 0980e71

Please sign in to comment.