1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-03 15:20:17 +01:00

Add mlock check to Makefile and cmake builds

This commit is contained in:
Leland Lucius
2020-02-05 19:23:44 -06:00
parent db574f752b
commit 2ea8c8baa6
4 changed files with 26 additions and 0 deletions

View File

@@ -680,6 +680,8 @@ dnl Check for lrint/lrintf
AC_C99_FUNC_LRINT
AC_C99_FUNC_LRINTF
dnl Check for memory locking
AC_CHECK_FUNCS_ONCE(mlock)
if [[ "$use_ladspa" = "yes" ]] ; then
AC_DEFINE(USE_LADSPA, 1,