about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-09 21:04:36 +0100
committerJames Booth <boothj5@gmail.com>2014-08-09 21:04:36 +0100
commitedac38784d88011fdd43703eb92f0b65a531de1e (patch)
tree11d8d672bd959c2d759b825897f647ea58830aea /configure.ac
parent04127393b2db72ec0f20d6045bc8202e0c8d7bde (diff)
downloadprofani-tty-edac38784d88011fdd43703eb92f0b65a531de1e.tar.gz
Removed AC_FUNC_MALLOC
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 3879067b..406278a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,6 @@ AC_SUBST(AM_CFLAGS)
 AC_SUBST(AM_CPPFLAGS)
 
 ### Checks for library functions.
-AS_IF([test "x$PLATFORM" != xosx], [AC_FUNC_MALLOC])
 AC_CHECK_FUNCS([atexit memset strdup strstr])
 
 AC_CONFIG_FILES([Makefile])