From 97300f6b69ed6dbbc014096dfa1adc1911bf02b7 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Mon, 28 Mar 2016 07:59:41 -0400 Subject: [PATCH] autotools: Do not attempt to check for (v)asprintf These functions are not used in Check --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8e3cfc3..ea0b627 100644 --- a/configure.ac +++ b/configure.ac @@ -315,8 +315,6 @@ AC_CHECK_FUNCS([mkstemp]) # If they are not, use the version in libcompat. HW_FUNC_VSNPRINTF HW_FUNC_SNPRINTF -HW_FUNC_VASPRINTF -HW_FUNC_ASPRINTF # Check for whether we can install checkmk (we have a usable awk) AC_ARG_VAR([AWK_PATH],[Awk interpreter command]) -- 2.49.0