Added a README.
[sockstream.git] / configure.ac
index f3bdf55..d823c7e 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.68])
+AC_PREREQ([2.59])
 AC_INIT([libsockstream], [0.1], [arjen@andromeda.nl])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_LANG(C++)
@@ -22,7 +22,6 @@ AC_CHECK_HEADERS([arpa/inet.h netdb.h sys/socket.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIZE_T
-AC_TYPE_SSIZE_T
 AC_HEADER_STDBOOL
 
 # Checks for library functions.