From 1e21bff05889fdda8187cbd238046d8c2b2a474e Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 18 Nov 2012 14:33:47 +0000 Subject: - 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 --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5c6c4eb..18871e2 100755 --- a/configure +++ b/configure @@ -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. -- cgit