ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/configure.ac
(Generate patch)

Comparing ircd-hybrid-7.2/configure.ac (file contents):
Revision 941 by db, Sat May 2 02:02:59 2009 UTC vs.
Revision 942 by michael, Mon Jul 20 02:48:32 2009 UTC

# Line 1 | Line 1
1   # Inspired by work Copyright (C) 2006 Luca Filipozzi
2   # vim: set fdm=marker ts=2 sw=2 et:
3  
4 < AC_PREREQ(2.62)
4 > AC_PREREQ(2.63)
5   AC_INIT([ircd-hybrid], [7.2.4])
6   AM_INIT_AUTOMAKE
7   AM_MAINTAINER_MODE
# Line 52 | Line 52 | fi
52  
53  
54   # Checks for library functions.
55 < AC_CHECK_FUNCS_ONCE(snprintf,  \
56 <                    vsnprintf, \
57 <                    lrand48,   \
58 <                    srand48,   \
59 <                    mmap,      \
60 <                    strtok_r,  \
61 <                    usleep,    \
62 <                    strlcat,   \
63 <                    strlcpy,   \
55 > AC_CHECK_FUNCS_ONCE(snprintf  \
56 >                    vsnprintf \
57 >                    lrand48   \
58 >                    srand48   \
59 >                    mmap      \
60 >                    strtok_r  \
61 >                    usleep    \
62 >                    strlcat   \
63 >                    strlcpy   \
64                      basename)
65  
66   # Checks for header files.
# Line 207 | Line 207 | else
207    AC_DEFINE([TOPIC_HEAP_SIZE], 1024, [Size of the topic heap.])
208    AC_DEFINE([DBUF_HEAP_SIZE], 512, [Size of the dbuf heap.])
209   fi
210 < AC_DEFINE([HAVE_BASENAME], 1, [Define to 1 if you have the basename() function.])
210 >
211  
212   # Argument processing.
213   AX_ARG_ENABLE_IOLOOP_MECHANISM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines