From: Vincent Bernat Date: Tue, 21 Sep 2021 07:55:18 +0000 (+0200) Subject: build: more fallback to autoconf 2.69 X-Git-Tag: 1.0.13~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed5564a9e78ecfb17574a2c7b013d08c510bd24;p=thirdparty%2Flldpd.git build: more fallback to autoconf 2.69 --- diff --git a/m4/ax_ld_check_flag.m4 b/m4/ax_ld_check_flag.m4 index 6a7d503b..898168a9 100644 --- a/m4/ax_ld_check_flag.m4 +++ b/m4/ax_ld_check_flag.m4 @@ -50,7 +50,7 @@ #serial 6 AC_DEFUN([AX_LDFLAGS_OPTION],[ - AC_PREREQ([2.71]) + AC_PREREQ([2.69]) AC_REQUIRE([AC_PROG_SED]) flag=`echo "$1" | $SED 'y% .=/+-(){}<>:*,%_______________%'`