OSDN Git Service

Kill AC_FUNC_MALLOC, as it's only needed when the code is calling malloc with an...
authorChris Larson <clarson@kergoth.com>
Tue, 11 Nov 2008 20:37:30 +0000 (20:37 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 11 Nov 2008 20:37:30 +0000 (20:37 +0000)
configure.ac

index 67058c5..ab43502 100644 (file)
@@ -43,7 +43,6 @@ AC_HEADER_TIME
 
 # Checks for library functions.
 AC_PROG_GCC_TRADITIONAL
-AC_FUNC_MALLOC
 AC_FUNC_MMAP
 AC_FUNC_SELECT_ARGTYPES
 AC_TYPE_SIGNAL