From 295e96ce141d238b4c829cb52ae019408274e727 Mon Sep 17 00:00:00 2001 From: tedbullock Date: Mon, 22 Oct 2007 04:33:23 +0000 Subject: [PATCH] Remove useless portability checks for realloc and malloc. If the system doesn't support these functions in a useful way then, I don't care... This just adds complexity --- httperf/configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/httperf/configure.ac b/httperf/configure.ac index 2f9aa05..5855e90 100755 --- a/httperf/configure.ac +++ b/httperf/configure.ac @@ -59,9 +59,7 @@ else fi # Checks for library functions. -AC_FUNC_MALLOC AC_FUNC_MMAP -AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_FUNC_STRTOD