diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-18 14:33:47 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-18 14:33:47 +0000 |
commit | 1e21bff05889fdda8187cbd238046d8c2b2a474e (patch) | |
tree | 927aa686c785583decd0ee1dd74c4e4a2ed19ba4 /configure | |
parent | b4670f2664e1ae4be3c19a7be896f6be18fe9841 (diff) |
- memory.c: removed mem_frob()
- automake 1.12.5
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1664 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 1654 2012-11-16 19:39:37Z michael . +# From configure.ac Id: configure.ac 1660 2012-11-17 19:35:07Z michael . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0. # @@ -2373,7 +2373,6 @@ $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi -as_fn_append ac_func_list " mmap" as_fn_append ac_func_list " strtok_r" as_fn_append ac_func_list " usleep" as_fn_append ac_func_list " strlcat" @@ -13526,8 +13525,6 @@ done - - # Checks for header files. |