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

Comparing ircd-hybrid-7.2/configure.ac (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 166 by db, Fri Oct 21 04:20:48 2005 UTC

# Line 214 | Line 214 | fi
214   dnl Checks for header files.
215   AC_HEADER_STDC
216  
217 < AC_CHECK_HEADERS([crypt.h inttypes.h stdint.h sys/resource.h sys/param.h errno.h sys/syslog.h stddef.h libgen.h sys/wait.h wait.h])
217 > AC_CHECK_HEADERS([crypt.h inttypes.h stdint.h sys/resource.h sys/param.h errno.h sys/syslog.h stddef.h libgen.h sys/wait.h wait.h link.h])
218  
219   dnl Networking Functions
220   dnl ====================
# Line 976 | Line 976 | if test "$shared_modules" = yes; then
976                AC_MSG_WARN([dlsym is not available, shared modules disabled])
977                shared_modules=no
978              ])
979 <            AC_CHECK_FUNCS(dlfunc)
979 >            AC_CHECK_FUNCS(dlfunc dlinfo)
980            ],
981            [
982              shared_modules=no

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines