Skip to content
Snippets Groups Projects
Commit 309c874f authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Configure: Expensive check option was broken, never worked

parent b28431e5
No related branches found
No related tags found
No related merge requests found
Pipeline #108229 passed
......@@ -410,7 +410,7 @@ if test "$enable_debug" = yes ; then
fi
fi
if test "enable_debug_expensive" = yes ; then
if test "$enable_debug_expensive" = yes ; then
AC_DEFINE([ENABLE_EXPENSIVE_CHECKS], [1], [Define to 1 if you want to run expensive consistency checks.])
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment