]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[build] improve configure test for openal
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Dec 2019 23:51:57 +0000 (23:51 +0000)
committerAndrey Volk <andywolk@gmail.com>
Sat, 23 Oct 2021 19:00:27 +0000 (22:00 +0300)
configure.ac

index eb65a4765dfc63d7add2515794003170e2e898ee..db82222e0d88c036c39d2b371865ed663d2bb3d1 100644 (file)
@@ -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,