Removed SSL requirement, added GNU_SOURCE in configure.ac
This commit is contained in:
parent
135e60f4eb
commit
4c9e0c7083
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ AC_PROG_CXX
|
|||
AC_PROG_CC
|
||||
|
||||
# Checks for libraries.
|
||||
AC_CHECK_LIB(ssl, RC4)
|
||||
AC_DEFINE(_GNU_SOURCE)
|
||||
#AC_CHECK_LIB(ssl, RC4)
|
||||
PKG_CHECK_MODULES([MIST], [mist-1.0 >= 3.0.0])
|
||||
|
||||
# Checks for header files.
|
||||
|
|
Loading…
Add table
Reference in a new issue