Updated libmist version to 4.0.1

This commit is contained in:
Thulinma 2013-01-27 16:56:48 +01:00
parent 023c1e3214
commit 00fd6e5f04

View file

@ -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 >= 3.0.0])
PKG_CHECK_MODULES([MIST], [mist-1.0 >= 4.0.1])
# 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])