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 --- apps/Makefile.am.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl index 9bc7b2e..433fca2 100644 --- a/apps/Makefile.am.tpl +++ b/apps/Makefile.am.tpl @@ -10,6 +10,6 @@ openssl_LDADD += $(top_builddir)/crypto/libcrypto.la openssl_SOURCES = noinst_HEADERS = -if NO_STRTONUM +if !HAVE_STRTONUM openssl_SOURCES += strtonum.c endif -- cgit v1.2.3-55-g6feb