aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-12 09:35:08 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-12 09:35:38 +0100
commit9aa15f708bbadb3b6f280d4632eeb24441c62c44 (patch)
tree327d7bd753f90f247a3ab9a8023bdef4121cfb91
parent47fdebac4b2a16ef84ef96e11ebdc2b1d1310fd8 (diff)
downloadlibmicrohttpd-9aa15f708bbadb3b6f280d4632eeb24441c62c44.tar.gz
libmicrohttpd-9aa15f708bbadb3b6f280d4632eeb24441c62c44.zip
fix #4888
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8094d520..22a91aaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1161,7 +1161,7 @@ AS_IF([test "x$with_gnutls" != "xno" && test "x$have_gnutls" != "xyes"],
1161 [ 1161 [
1162 AC_MSG_RESULT([[yes]]) 1162 AC_MSG_RESULT([[yes]])
1163 have_gnutls=yes 1163 have_gnutls=yes
1164 GNUTLS_CPPLAGS="$GNUTLS_CFLAGS" 1164 GNUTLS_CPPFLAGS="$GNUTLS_CFLAGS"
1165 GNUTLS_LDFLAGS="$GNUTLS_LIBS" 1165 GNUTLS_LDFLAGS="$GNUTLS_LIBS"
1166 AC_MSG_CHECKING([[for gnutls_privkey_import_x509_raw()]]) 1166 AC_MSG_CHECKING([[for gnutls_privkey_import_x509_raw()]])
1167 AC_LINK_IFELSE([ 1167 AC_LINK_IFELSE([