From a08853a26989d343c507a41257dedcdea3befd73 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Sat, 17 Aug 2019 08:54:08 +0200 Subject: Static scanner and expensive debugging setup fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 96f66644..eabb3d56 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_ARG_VAR([BISON], [location of the Bison program]) AC_ARG_VAR([M4], [location of the M4 program]) if test "$enable_debug_expensive" = yes; then - enable_debug = yes + enable_debug=yes fi if test "$srcdir" = . ; then -- cgit v1.2.3