diff options
author | dscho <dscho> | 2005-05-23 14:23:44 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-23 14:23:44 +0000 |
commit | a49fb5104434116349dccde432ec27d9f379c53a (patch) | |
tree | fc225809d67dcf466e358f3957d10c5c07e7c0db /configure.ac | |
parent | c309365fca0fa6dd76a1f20aec6cee6115d02b9b (diff) | |
download | libtdevnc-a49fb5104434116349dccde432ec27d9f379c53a.tar.gz libtdevnc-a49fb5104434116349dccde432ec27d9f379c53a.zip |
simplify configure (do not check for malloc(0) bug)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 92601e7..e89bebd 100644 --- a/configure.ac +++ b/configure.ac @@ -303,7 +303,6 @@ if test $inaddrt = no ; then fi # Checks for library functions. -AC_FUNC_MALLOC AC_FUNC_MEMCMP AC_FUNC_STAT AC_FUNC_STRFTIME |