summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2013-10-24 07:07:39 +0000
committerLiong Sauw Ming <ming@teluu.com>2013-10-24 07:07:39 +0000
commit9711072bf2110851f10494be2d9dac1d9bb09ae2 (patch)
treed1ed87b6a5c4348c13465b6fb1ec35292dd9a912 /aconfigure.ac
parent08500c846c8d9e59b4430bec950f8b7af920c000 (diff)
Re #1697: Removed extra spaces in aconfigure.ac
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4636 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 7445916f..d814e786 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -573,12 +573,12 @@ else
;;
arm-apple-darwin*)
LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit"
- ac_pjmedia_audiodev_objs = "coreaudio_dev.o"
+ ac_pjmedia_audiodev_objs="coreaudio_dev.o"
AC_MSG_RESULT([Checking sound device backend... AudioUnit])
;;
*darwin*)
LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox"
- ac_pjmedia_audiodev_objs = "coreaudio_dev.o"
+ ac_pjmedia_audiodev_objs="coreaudio_dev.o"
if test "`uname -r`" = "6.8"; then
#ac_pa_cflags="$ac_pa_cflags -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS"
#AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS])