diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-17 20:33:37 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-17 20:33:37 +0000 |
commit | ca50f2c8fc5549bc3812aabca699c6f3a412f7e2 (patch) | |
tree | c64795a476a0a2c4817248de6a3814290f032140 | |
parent | 84f84823c9e6889072cdc6b3d7c0dbf1fb3dc00f (diff) | |
download | weechat-ca50f2c8fc5549bc3812aabca699c6f3a412f7e2.zip |
Removed AC_FUNC_MALLOC and AC_FUNC_REALLOC (was causing troubles with cross-compile)
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | weechat/configure.in | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 2cee3b358..107a2cf4d 100644 --- a/configure.in +++ b/configure.in @@ -45,8 +45,6 @@ AC_HEADER_TIME AC_STRUCT_TM # Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_CHECK_FUNCS([gethostbyname gethostname gettimeofday inet_ntoa memset mkdir select setlocale socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr uname]) diff --git a/weechat/configure.in b/weechat/configure.in index 2cee3b358..107a2cf4d 100644 --- a/weechat/configure.in +++ b/weechat/configure.in @@ -45,8 +45,6 @@ AC_HEADER_TIME AC_STRUCT_TM # Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_CHECK_FUNCS([gethostbyname gethostname gettimeofday inet_ntoa memset mkdir select setlocale socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr uname]) |