aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-10 09:18:01 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-10 09:18:01 +0200
commit9624d2f58ee09fd6bd109bb89b6695f8447f17a4 (patch)
tree3d6adc8701fb85ca8bcc53d561d12ba74664b494
parentebbce0a759e65005855de9fb1e71e8aad2e088db (diff)
downloadlibmicrohttpd-9624d2f58ee09fd6bd109bb89b6695f8447f17a4.tar.gz
libmicrohttpd-9624d2f58ee09fd6bd109bb89b6695f8447f17a4.zip
fix --with-gnutls
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 09da0ad4..356f7fef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1514,8 +1514,6 @@ AC_ARG_WITH([[gnutls]],
1514 have_gnutls=yes 1514 have_gnutls=yes
1515 ])], [], [AC_INCLUDES_DEFAULT]) 1515 ])], [], [AC_INCLUDES_DEFAULT])
1516 AS_IF([test "x$have_gnutls" != "xyes"], [AC_MSG_ERROR([can't find usable libgnutls at specified prefix $with_gnutls])]) 1516 AS_IF([test "x$have_gnutls" != "xyes"], [AC_MSG_ERROR([can't find usable libgnutls at specified prefix $with_gnutls])])
1517 LDFLAGS="$SAVE_LDFLAGS"
1518 CPPFLAGS="$SAVE_CPPFLAGS"
1519 ;; 1517 ;;
1520 esac 1518 esac
1521 ], 1519 ],