Updated required libmist version to 3:0:0.
This commit is contained in:
parent
4bedda64e9
commit
b9e978f003
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ AC_PROG_CC
|
|||
|
||||
# Checks for libraries.
|
||||
AC_CHECK_LIB(ssl, RC4)
|
||||
PKG_CHECK_MODULES([MIST], [mist-1.0 >= 2.0.0])
|
||||
PKG_CHECK_MODULES([MIST], [mist-1.0 >= 3.0.0])
|
||||
|
||||
# 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