]> granicus.if.org Git - check/commitdiff
autotools: Do not attempt to check for (v)asprintf
authorBranden Archer <b.m.archer4@gmail.com>
Mon, 28 Mar 2016 11:59:41 +0000 (07:59 -0400)
committerBranden Archer <b.m.archer4@gmail.com>
Mon, 28 Mar 2016 12:04:18 +0000 (08:04 -0400)
These functions are not used in Check

configure.ac

index 8e3cfc369a8b70ce83204c0ebfc07990eacdc5d6..ea0b6276a71310a099eb5bde839a7c07287caeac 100644 (file)
@@ -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])