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

Comparing ircd-hybrid-8/configure.ac (file contents):
Revision 1338 by michael, Thu Apr 5 11:05:48 2012 UTC vs.
Revision 1348 by michael, Wed Apr 11 17:04:22 2012 UTC

# Line 13 | Line 13 | AC_CONFIG_SRCDIR(src/ircd.c)
13   # Checks for programs.
14   AC_PROG_CC_C99
15   AS_IF([test "$ac_cv_prog_cc_c99" = "no"],
16 <    [AC_MSG_ERROR([no C99 compiler found. Aborting.])])
16 >    [AC_MSG_ERROR([no suitable C99 compiler found. Aborting.])])
17   AC_PROG_YACC
18   AM_PROG_LEX
19   AC_PROG_INSTALL
# Line 45 | Line 45 | AC_CHECK_HEADERS_ONCE(crypt.h        \
45                        types.h        \
46                        socket.h       \
47                        sys/wait.h     \
48 <                      wait.h         \
49 <                      link.h)
48 >                      wait.h)
49  
50   AC_SEARCH_LIBS(crypt, crypt)
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines