mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-16 09:11:57 +00:00
[build] improve configure test for openal
This commit is contained in:
committed by
Andrey Volk
parent
14067512e2
commit
a5b1c7a93b
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user