summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-02-25 16:23:23 -0800
committerLouie Shprung <lshprung@scu.edu>2023-02-25 16:23:23 -0800
commitde3f9b304c73721c877cdfacae1f006618c91d52 (patch)
tree698e8cfaf99ad536f0abc9be392fa1d0a2e02929 /configure.ac
parentb1b11d6ec70cf08e8b102d8f5dbf835291702db0 (diff)
Remove AC_CHECK_MALLOC to allow for cross-compilation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 623f5c4..74f501e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,7 @@ AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
AC_CHECK_HEADER_STDBOOL
# Checks for library functions.
-AC_FUNC_MALLOC
-AC_CHECK_FUNCS([mkdir strrchr])
+AC_CHECK_FUNCS([malloc mkdir strrchr])
# Check for curses with color support
AX_WITH_CURSES