[libsoup] Set MISSING_REGRESSION_TEST_PACKAGES if built with	--disable-ssl
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc: 
- Subject: [libsoup] Set MISSING_REGRESSION_TEST_PACKAGES if built with	--disable-ssl
- Date: Mon, 31 Aug 2009 16:16:34 +0000 (UTC)
commit f1a8d3a777546c7b3cf7a4f99dae72be391ab1ee
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 31 12:15:01 2009 -0400
    Set MISSING_REGRESSION_TEST_PACKAGES if built with --disable-ssl
    
    This way "make check" will warn you that it didn't test everything
 configure.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 15f9dfa..aad9222 100644
--- a/configure.in
+++ b/configure.in
@@ -281,6 +281,9 @@ dnl *** Stuff for regression tests
 dnl ******************************
 AC_MSG_NOTICE([checking for programs needed for regression tests])
 MISSING_REGRESSION_TEST_PACKAGES=""
+if test $have_ssl = "no"; then
+    MISSING_REGRESSION_TEST_PACKAGES=" gnutls"
+fi
 
 AC_ARG_WITH(apache-httpd,
 	    AS_HELP_STRING([--with-apache-httpd], [Path to apache httpd (for tests)]),
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]