From: Anthony Minessale Date: Wed, 4 Dec 2019 23:51:57 +0000 (+0000) Subject: [build] improve configure test for openal X-Git-Tag: v1.10.7^2~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f1afa1449e55b1191002a00f2d33dc76a78573;p=thirdparty%2Ffreeswitch.git [build] improve configure test for openal --- diff --git a/configure.ac b/configure.ac index eb65a4765d..db82222e0d 100644 --- a/configure.ac +++ b/configure.ac @@ -598,7 +598,7 @@ AC_ARG_ENABLE(srtp, AM_CONDITIONAL([ENABLE_SRTP],[test "${enable_srtp}" = "yes"]) have_openal=no -AC_CHECK_LIB(openal, alMidiGainSOFT, [have_openal="yes"]) +AC_CHECK_LIB(openal, alcLoopbackOpenDeviceSOFT, [have_openal="yes"]) AM_CONDITIONAL([HAVE_OPENAL],[test "${have_openal}" = "yes"]) AC_ARG_ENABLE(zrtp,