From f25e2b3f7b9280539e36c8b1a4d6882e67edcdc8 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Fri, 19 Aug 2022 14:59:14 +0200 Subject: configure.ac: Remove stray '+' This fixes building with Autoconf < 2.7. Signed-off-by: Marc Schink --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6b5b0fa..3009293 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ JAYLINK_CFLAGS="-Wall -Wextra -Werror -fvisibility=hidden" # Checks for programs. AC_PROG_CC # AC_PROG_CC_C99 is dropped in Autoconf >= 2.70 and done in AC_PROG_CC. -+m4_version_prereq([2.70],[],[AC_PROG_CC_C99]) +m4_version_prereq([2.70],[],[AC_PROG_CC_C99]) # Automake >= 1.12 requires AM_PROG_AR when using options -Wall and -Werror. # To be compatible with older versions of Automake use AM_PROG_AR if it's -- cgit v1.1