From c451a4f4d58f39c954ae022be68bcf1a14ffb8f5 Mon Sep 17 00:00:00 2001 From: Artem Baguinski Date: Wed, 9 Jan 2013 15:16:52 +0800 Subject: [PATCH] required version of autoconf can be lower --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3fadff1..a5202bd 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4