summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 93d17ed..a1fc3b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,9 +108,7 @@ AC_TYPE_UINT8_T
108AC_SEARCH_LIBS([clock_gettime],[rt posix4]) 108AC_SEARCH_LIBS([clock_gettime],[rt posix4])
109 109
110# Checks for library functions. 110# Checks for library functions.
111AC_FUNC_MALLOC 111AC_CHECK_FUNCS([strcasecmp strdup strerror strndup stpcpy malloc realloc])
112AC_FUNC_REALLOC
113AC_CHECK_FUNCS([strcasecmp strdup strerror strndup stpcpy])
114AC_CHECK_FUNCS([ppoll clock_gettime localtime_r]) 112AC_CHECK_FUNCS([ppoll clock_gettime localtime_r])
115 113
116# Check for operating system 114# Check for operating system