aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch
blob: 74460063faeadab30059645ff94fc48691cc633f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upstream-Status: Inappropriate [configuration]

diff --git a/configure.in b/configure.in
index f5d54fb..c105988 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.66])
+AC_PREREQ([2.65])
 AC_INIT([libnfsidmap],[0.24],[linux-nfs@vger.kernel.org])
 AC_CONFIG_SRCDIR([nfsidmap.h])
 AC_CONFIG_MACRO_DIR([m4])