required version of autoconf can be lower 33/2833/1
authorArtem Baguinski <artm@v2.nl>
Wed, 9 Jan 2013 07:16:52 +0000 (15:16 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:21 +0000 (13:01 -0800)
configure.ac

index 3fadff1..a5202bd 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.66])
+AC_PREREQ([2.61])
 AC_INIT(libwebsockets, 0.3, andy@warmcat.com)
 AC_CONFIG_SRCDIR([test-server/test-server.c])
 AC_CONFIG_HEADERS([config.h])