[cpp-sp] 02/03: Clean up cxxtest configuration

Scott Cantor cantor.2 at osu.edu
Tue Oct 5 19:20:03 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=2a1507c08876a55f9cf0585cee9bd5e09870e182

commit 2a1507c08876a55f9cf0585cee9bd5e09870e182
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Thu Jun 25 11:19:48 2020 +0200

    Clean up cxxtest configuration
    
    AC_ARG_VAR already applies AC_SUBST.
    Drop repeated definition of the conditional.
---
 configure.ac | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index dfda1ca8..ab379e91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -940,15 +940,10 @@ AM_CONDITIONAL([GSSAPI_NAMINGEXTS],[test "x$ac_cv_have_decl_gss_get_name_attribu
 
 # Check for unit test support
 AC_CONFIG_FILES([unittests/Makefile])
-# Check for unit test support
 AC_ARG_VAR([CXXTEST], [override the cxxtestgen executable and options])
 AC_CHECK_PROGS([CXXTEST], [cxxtestgen cxxtestgen.pl], [false])
 AC_ARG_VAR([CXXTESTFLAGS], [override the cxxtest compiler flags needed to build tests])
 AM_CONDITIONAL([BUILD_UNITTEST], [test "x${CXXTEST}" != xfalse])
-
-AC_SUBST(CXXTEST)
-AC_SUBST(CXXTESTFLAGS)
-AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST})
 WANT_SUBDIRS="$WANT_SUBDIRS unittests"
 
 AC_SUBST(WANT_SUBDIRS)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list