From 727cbeed18287e45aeba06c3cbc19f98f67369d0 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 27 Aug 2011 17:12:19 +0200 Subject: [PATCH] configure.ac: autoconf 2.67 works just fine. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 43a7e9c..4f26fbc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) +AC_PREREQ([2.67]) AC_INIT([liboping],[1.6.1]) AC_CONFIG_SRCDIR([src/liboping.c]) AC_CONFIG_HEADERS([src/config.h]) -- 2.11.0