projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
244b6d6
)
Avoid AC_FUNC_MALLOC.
author
Yann Dirson
<ydirson@free.fr>
Sun, 9 Feb 2014 14:06:08 +0000 (15:06 +0100)
committer
Yann Dirson
<ydirson@free.fr>
Sun, 9 Feb 2014 14:06:08 +0000 (15:06 +0100)
Its only use would be if we had a chance to call malloc(0), which we do
not. No need to bother with LIBOBJ for something we don't care about :)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b312ce8
..
0b64086
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-91,7
+91,6
@@
AC_CHECK_SIZEOF(long)
AC_MSG_NOTICE([library functions])
AC_PROG_GCC_TRADITIONAL
-AC_FUNC_MALLOC
AC_TYPE_SIGNAL
AC_CHECK_FUNCS([gettimeofday memset pow])
AC_CHECK_FUNCS([strchr strerror strrchr strstr strtol])