changeset 74:2777e65f6478

Commented out AC_FUNC_MALLOC for now.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 16:29:29 +0000
parents 72b51548aeca
children a7f31634011a
files configure.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Sep 25 16:27:09 2001 +0000
+++ b/configure.in	Tue Sep 25 16:29:29 2001 +0000
@@ -157,7 +157,10 @@
 AC_TYPE_SIZE_T
 
 # Checks for library functions.
-AC_FUNC_MALLOC
+
+# This is only in the bleeding edge autoconf distro...
+#AC_FUNC_MALLOC
+
 AC_FUNC_MEMCMP
 AC_CHECK_FUNCS([memset strrchr])