[xmltooling] 07/19: Print result of CURLINFO_TLS_SSL_PTR test
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jul 21 18:18:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch patch-queue/debian/experimental
in repository xmltooling.
commit 3c9333a563d804103f1194023da14f9393473c84
Author: Ferenc Wágner <wferi at niif.hu>
Date: Tue Jul 5 13:20:35 2016 +0200
Print result of CURLINFO_TLS_SSL_PTR test
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index abc8836..0050d2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -230,7 +230,8 @@ AS_IF([test "x$with_xmlsec" != xno],
AC_CHECK_TYPE([curl_off_t],[AC_DEFINE([HAVE_CURL_OFF_T],[1],[Define to 1 if you have the 'curl_off_t' type.])],,[[#include <curl/curl.h>]])
AC_MSG_CHECKING([for CURLINFO_TLS_SSL_PTR in curl.h])
AC_EGREP_HEADER([CURLINFO_TLS_SSL_PTR], [curl/curl.h],
- [AC_DEFINE([HAVE_CURLINFO_TLS_SSL_PTR],[1],[Define to 1 if you have support for the CURLINFO_TLS_SSL_PTR feature.])])
+ [AC_MSG_RESULT([yes])
+ AC_DEFINE([HAVE_CURLINFO_TLS_SSL_PTR],[1],[Define to 1 if you have support for the CURLINFO_TLS_SSL_PTR feature.])])
AX_RESTORE_FLAGS
],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list