[build] improve configure test for openal
This commit is contained in:
parent
6b6b721c10
commit
35f1afa144
|
@ -598,7 +598,7 @@ AC_ARG_ENABLE(srtp,
|
||||||
AM_CONDITIONAL([ENABLE_SRTP],[test "${enable_srtp}" = "yes"])
|
AM_CONDITIONAL([ENABLE_SRTP],[test "${enable_srtp}" = "yes"])
|
||||||
|
|
||||||
have_openal=no
|
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"])
|
AM_CONDITIONAL([HAVE_OPENAL],[test "${have_openal}" = "yes"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(zrtp,
|
AC_ARG_ENABLE(zrtp,
|
||||||
|
|
Loading…
Reference in New Issue