Set MISSING_REGRESSION_TEST_PACKAGES if built with --disable-ssl
authorDan Winship <danw@gnome.org>
Mon, 31 Aug 2009 16:15:01 +0000 (12:15 -0400)
committerDan Winship <danw@gnome.org>
Mon, 31 Aug 2009 16:15:49 +0000 (12:15 -0400)
This way "make check" will warn you that it didn't test everything

configure.in

index 15f9dfa..aad9222 100644 (file)
@@ -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)]),