From 30e860885f65a64ded3afce1e940efd863ef8508 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Mon, 13 May 2024 10:24:37 +0300 Subject: [PATCH] Fixed build on FreeBSD - autotools investigation req for proper bison/byacc switch --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 2eb31a5..3464a18 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -13,7 +13,7 @@ CC = @CC@ INCLUDES = -I./include CFLAGS = @CFLAGS@ -fno-builtin LIBS = @LIBS@ @CLOCK_LIB@ -YACC = @YACC@ -Wno-yacc +YACC = @YACC@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@