[xmltooling] 10/19: Add more forgotten test result prints
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 31dc293cd79fe306b5163fbc20398960621954da
Author: Ferenc Wágner <wferi at niif.hu>
Date: Wed Jul 6 09:28:28 2016 +0200
Add more forgotten test result prints
---
configure.ac | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3d2bc28..20f8356 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,13 +229,15 @@ AS_IF([test "x$with_xmlsec" != xno],
AC_MSG_CHECKING([for CURLOPT_SSL_CTX_FUNCTION in curl.h])
AC_EGREP_HEADER([CURLOPT_SSL_CTX_FUNCTION], [curl/curl.h],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_ERROR([need libcurl that supports CURLOPT_SSL_CTX_FUNCTION])])
+ [AC_MSG_RESULT([yes])],
+ [AC_MSG_RESULT([no])
+ AC_MSG_ERROR([need libcurl that supports CURLOPT_SSL_CTX_FUNCTION])])
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_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.])])
+ 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([no])])
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