summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-18 01:35:19 +0100
committerGravatar Martin Szulecki2013-02-18 01:35:19 +0100
commit5c103c8c281269b5daf707a91b9ce8a1060faef1 (patch)
tree7b09199dd0cfe13e5e3344e4ad0e50f92ec4d6db
parentb13f0543f2887551fb207532d604d6a52b3a17cc (diff)
downloadcsoap-5c103c8c281269b5daf707a91b9ce8a1060faef1.tar.gz
csoap-5c103c8c281269b5daf707a91b9ce8a1060faef1.tar.bz2
Remove possibly buggy malloc check of autotools
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e535167..fd48aba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,6 @@ AC_CHECK_TYPE(ssize_t, int)
dnl
dnl check for functions
dnl
-AC_FUNC_MALLOC
AC_FUNC_VPRINTF
AC_FUNC_STRFTIME
AC_FUNC_SELECT_ARGTYPES