libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9aa15f708bbadb3b6f280d4632eeb24441c62c44
parent 47fdebac4b2a16ef84ef96e11ebdc2b1d1310fd8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Feb 2017 09:35:08 +0100

fix #4888

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1161,7 +1161,7 @@ AS_IF([test "x$with_gnutls" != "xno" && test "x$have_gnutls" != "xyes"], [ AC_MSG_RESULT([[yes]]) have_gnutls=yes - GNUTLS_CPPLAGS="$GNUTLS_CFLAGS" + GNUTLS_CPPFLAGS="$GNUTLS_CFLAGS" GNUTLS_LDFLAGS="$GNUTLS_LIBS" AC_MSG_CHECKING([[for gnutls_privkey_import_x509_raw()]]) AC_LINK_IFELSE([