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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user