Changeset 1702 for zzuf/trunk/configure.ac
- Timestamp:
- Jan 24, 2007, 4:06:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/configure.ac
r1701 r1702 17 17 case "${host_os}" in 18 18 *mingw32*) 19 WIN32DLL_LDFLAGS="-Wl,-l,imagehlp" 19 DLL_LDFLAGS="-Wl,-l,imagehlp" # Trick libtool here 20 WINSOCK2_LIBS="-lws2_32" 20 21 ac_cv_func_recv=yes 21 22 ac_cv_func_recvfrom=yes … … 24 25 ;; 25 26 esac 26 AC_SUBST(WIN32DLL_LDFLAGS) 27 AC_SUBST(WINSOCK2_LIBS) 28 AC_SUBST(DLL_LDFLAGS) 27 29 28 AC_CHECK_HEADERS(windows.h winsock2.h i nttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h)30 AC_CHECK_HEADERS(windows.h winsock2.h io.h inttypes.h stdint.h getopt.h libc.h malloc.h dlfcn.h regex.h sys/socket.h sys/uio.h aio.h sys/mman.h sys/wait.h sys/resource.h) 29 31 32 AC_CHECK_FUNCS(setenv waitpid setrlimit gettimeofday fork kill pipe _pipe) 30 33 AC_CHECK_FUNCS(open64 lseek64 mmap64 fopen64 fseeko _IO_getc getline getdelim __getdelim fgetln __srefill map_fd memalign posix_memalign aio_read accept socket readv pread recv recvfrom recvmsg mmap valloc sigaction) 31 34
Note: See TracChangeset
for help on using the changeset viewer.