From ce2d47e6b941043cd6c8cf4eb042472db3a59b7a Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 10 Jan 2025 17:41:17 -0400 Subject: [PATCH] Build: formatting: add m4 quotes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 345dfc5..668c3bd 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ AC_PROG_CC AC_PROG_CXX AM_PROG_AR LT_INIT([shared]) -AC_PROG_LEX(noyywrap) +AC_PROG_LEX([noyywrap]) AC_PROG_YACC AS_IF([test -z "${LEX}" || test -z "${YACC}"], [ AC_MSG_ERROR([LEX and YACC must both be available in PATH.])