Removed SSL requirement, added GNU_SOURCE in configure.ac
This commit is contained in:
parent
21d686fb87
commit
57004919aa
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ AC_PROG_CXX
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_CHECK_LIB(ssl, RC4)
|
AC_DEFINE(_GNU_SOURCE)
|
||||||
|
#AC_CHECK_LIB(ssl, RC4)
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
|
AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
|
||||||
|
|
Loading…
Add table
Reference in a new issue