Skip to content

Commit

Permalink
Remove libraries not required/used with GnuTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
mones committed Jun 2, 2014
1 parent 649596d commit 84e6fcc
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 @@ -228,7 +228,7 @@ if test "x$with_gnutls" != "xno"; then
fi
GNUTLSLIB=""
AC_CHECK_HEADER(gnutls/gnutls.h, [
AC_CHECK_LIB(gnutls, gnutls_global_deinit, with_gnutls=yes, [GNUTLSLIB="-lgnutls -lgcrypt -lgpg-error -lz"])
AC_CHECK_LIB(gnutls, gnutls_global_deinit, with_gnutls=yes, [GNUTLSLIB="-lgnutls"])
])
if test "x$with_gnutls" != "xyes"; then
CPPFLAGS="$OCPPFLAGS"
Expand Down

0 comments on commit 84e6fcc

Please sign in to comment.