0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Configure: Expensive check option was broken, never worked

This commit is contained in:
Ondrej Zajicek 2023-01-03 17:14:48 +01:00
parent b28431e557
commit 309c874f9c

View File

@ -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