Updated libmist version requirement to 5.1.2
This commit is contained in:
parent
47de0c4570
commit
1f97b1c92e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ AC_PROG_CC
|
|||
# Checks for libraries.
|
||||
AC_DEFINE(_GNU_SOURCE)
|
||||
#AC_CHECK_LIB(ssl, RC4)
|
||||
PKG_CHECK_MODULES([MIST], [mist-1.0 >= 5.0.2])
|
||||
PKG_CHECK_MODULES([MIST], [mist-1.0 >= 5.1.2])
|
||||
|
||||
# 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])
|
||||
|
|
Loading…
Add table
Reference in a new issue