Skip to content

Commit

Permalink
Fix static linking with openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Jörg Krause <[email protected]>
  • Loading branch information
joerg-krause committed Feb 20, 2016
1 parent 32c667e commit b09c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ AC_ARG_WITH(ssl, [ choose --with-ssl=openssl or --with-ssl=polarssl for encrypti
AC_MSG_ERROR(choose either "openssl" or "polarssl" encryption)
fi
if test "x${with_ssl}" = xopenssl ; then
if test "x${with_pkg_config}" = x1 ; then
if test "x${with_pkg_config}" = xyes ; then
PKG_CHECK_MODULES(
[SSL], [libssl,libcrypto],
[LIBS="${SSL_LIBS} ${LIBS}"
Expand Down

0 comments on commit b09c6dc

Please sign in to comment.