Skip to content

Commit

Permalink
Restore pkg-config check for OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Jan 25, 2017
1 parent 8cc8d2f commit 16f971f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ AC_PROG_YACC
AC_PROG_LEX
AC_COMPILER

#PKG_CHECK_MODULES([OPENSSL], [openssl])
AC_OPENSSL
PKG_CHECK_MODULES([OPENSSL], [openssl])
# AC_OPENSSL

PKG_CHECK_MODULES([GSOAP],[gsoap >= 2.7])
PKG_CHECK_MODULES([GSOAP_PP],[gsoap++ >= 2.7])
Expand Down

0 comments on commit 16f971f

Please sign in to comment.