summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 52a14da..6c4722f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,6 @@ AC_TYPE_UINT32_T
44AC_TYPE_UINT8_T 44AC_TYPE_UINT8_T
45 45
46# Checks for library functions. 46# Checks for library functions.
47AC_FUNC_MALLOC
48AC_FUNC_REALLOC
49AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) 47AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
50 48
51AC_CHECK_FUNC(asprintf, [have_asprintf="yes"], [have_asprintf="no"]) 49AC_CHECK_FUNC(asprintf, [have_asprintf="yes"], [have_asprintf="no"])