required version of autoconf can be lower
authorArtem Baguinski <artm@v2.nl>
Wed, 9 Jan 2013 07:16:52 +0000 (15:16 +0800)
committerAndy Green <andy.green@linaro.org>
Wed, 9 Jan 2013 07:16:52 +0000 (15:16 +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])