From 85e52783f0db5fa38df5915125db54c55f8ece6c Mon Sep 17 00:00:00 2001 From: rbencina Date: Sun, 7 Apr 2013 10:20:18 +0000 Subject: [PATCH] configure.in fix from Leland '[Portaudio] Small patch to fix Mac build' march 4 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7783581..8501ea6 100644 --- a/configure.in +++ b/configure.in @@ -208,7 +208,7 @@ case "${host_os}" in LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon" 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) dnl In pre-3.2 versions of Xcode, xcodebuild doesn't -- 2.43.0