mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
fix to allow compilation of AQ sound support
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@33 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
aae06a0771
commit
82eaba12ee
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ AC_ARG_ENABLE(macaqsnd,
|
|||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-macaqsnd) ;;
|
||||
esac],[macaqsnd=false])
|
||||
|
||||
if test "$macsnd" = "true"; then
|
||||
if test "$macaqsnd" = "true"; then
|
||||
AC_DEFINE(__MAC_AQ_ENABLED__,1,[defined if native macosx AQ sound support is available])
|
||||
macaqsnd_enabled=true
|
||||
found_sound=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue