summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-11-24 22:12:21 +0100
committerpgen <p.gen.progs@gmail.com>2015-11-24 22:12:21 +0100
commitcc9acd914f1c0028a40861ef96520f243362bf87 (patch)
treeee92f6ec96261c0c88cea01751d422af751fcd33 /configure.ac
parent2be21b6d427e8bedf3e78e0fa7c076e238af1727 (diff)
Remove AC_FUNC_REALLOC from configure.ac
This macro doesn't work properly on HP-UX
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ed5ff8..b6fa081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,6 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
-AC_FUNC_REALLOC
AC_CHECK_FUNCS([mblen memset nl_langinfo pathconf regcomp setlocale strchr strdup strrchr])
AC_CONFIG_FILES([Makefile])