mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
checklock define fix
git-svn-id: file:///svn/unbound/trunk@2553 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2824d0ad52
commit
bbb583e754
2 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ EXEEXT=@EXEEXT@
|
||||||
configfile=@ub_conf_file@
|
configfile=@ub_conf_file@
|
||||||
UNBOUND_RUN_DIR=@UNBOUND_RUN_DIR@
|
UNBOUND_RUN_DIR=@UNBOUND_RUN_DIR@
|
||||||
CHECKLOCK_SRC=@CHECKLOCK_SRC@
|
CHECKLOCK_SRC=@CHECKLOCK_SRC@
|
||||||
|
CHECKLOCK_OBJ=@CHECKLOCK_OBJ@
|
||||||
WITH_PYTHONMODULE=@WITH_PYTHONMODULE@
|
WITH_PYTHONMODULE=@WITH_PYTHONMODULE@
|
||||||
WITH_PYUNBOUND=@WITH_PYUNBOUND@
|
WITH_PYUNBOUND=@WITH_PYUNBOUND@
|
||||||
PYTHON_SITE_PKG=@PYTHON_SITE_PKG@
|
PYTHON_SITE_PKG=@PYTHON_SITE_PKG@
|
||||||
|
|
|
||||||
|
|
@ -757,6 +757,8 @@ if test x_$enable_lock_checks = x_yes; then
|
||||||
AC_DEFINE(ENABLE_LOCK_CHECKS, 1, [Define if you want to use debug lock checking (slow).])
|
AC_DEFINE(ENABLE_LOCK_CHECKS, 1, [Define if you want to use debug lock checking (slow).])
|
||||||
CHECKLOCK_SRC="testcode/checklocks.c"
|
CHECKLOCK_SRC="testcode/checklocks.c"
|
||||||
AC_SUBST(CHECKLOCK_SRC)
|
AC_SUBST(CHECKLOCK_SRC)
|
||||||
|
CHECKLOCK_OBJ="checklocks.lo"
|
||||||
|
AC_SUBST(CHECKLOCK_OBJ)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set memory allocation checking if requested
|
# set memory allocation checking if requested
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue