From a4cc953911a745d6e769a03cbe6442ee2fc27cbd Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 29 Oct 2014 15:44:36 -0500 Subject: Improve and simplify function and header detection logic. Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug --- tests/Makefile.am.tpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index 52df298..5a760da 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl @@ -9,7 +9,3 @@ LDADD += $(top_builddir)/crypto/libcrypto.la TESTS = check_PROGRAMS = EXTRA_DIST = - -if !NO_ARC4RANDOM_BUF -TESTS += pidwraptest.sh -endif -- cgit v1.2.3-55-g6feb