configure.in fix from Leland '[Portaudio] Small patch to fix Mac build' march 4
This commit is contained in:
parent
dd82ba9976
commit
85e52783f0
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ case "${host_os}" in
|
||||||
LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon"
|
LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon"
|
||||||
|
|
||||||
if test "x$enable_mac_universal" = "xyes" ; then
|
if test "x$enable_mac_universal" = "xyes" ; then
|
||||||
case "xcodebuild -version | sed -n 's/Xcode \(.*\)/\1/p'" in
|
case `xcodebuild -version | sed -n 's/Xcode \(.*\)/\1/p'` in
|
||||||
|
|
||||||
[12]*|3.0|3.1)
|
[12]*|3.0|3.1)
|
||||||
dnl In pre-3.2 versions of Xcode, xcodebuild doesn't
|
dnl In pre-3.2 versions of Xcode, xcodebuild doesn't
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue