Browse Source

fix libev

pull/4/merge
Max Lv 11 years ago
parent
commit
2e1b2ff5f0
3 changed files with 1 additions and 1 deletions
  1. 2
      configure.ac
  2. 0
      encrypt.h
  3. 0
      local.c

2
configure.ac

@ -15,7 +15,7 @@ AC_PROG_LIBTOOL
# Checks for libraries. # Checks for libraries.
AC_SEARCH_LIBS([MD5], [crypto], [ ], AC_MSG_ERROR([libcrypto not found.])) AC_SEARCH_LIBS([MD5], [crypto], [ ], AC_MSG_ERROR([libcrypto not found.]))
dnl AC_SEARCH_LIBS([ev_io_start], [ev], [ ], AC_MSG_ERROR([libev not found.]))
AC_SEARCH_LIBS([ev_io_start], [ev], [ ], AC_MSG_ERROR([libev not found.]))
# Checks for header files. # Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h locale.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/socket.h unistd.h]) AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h locale.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/socket.h unistd.h])

0
encrypt.h

0
local.c

Loading…
Cancel
Save