summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-05-17 16:09:12 +0000
committerBenny Prijono <bennylp@teluu.com>2010-05-17 16:09:12 +0000
commita6fb8b17b22d221b0d3ae9fdbafc10aea75c28e2 (patch)
treeb1e3fc14998a17d1e5dbf86118351b96917f5801 /aconfigure
parent3fb7b207726aa7500b761c7056f7dbf82ac5015d (diff)
Re #1050: fixed aconfigure error caused by iPhone merging
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3176 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure19
1 files changed, 15 insertions, 4 deletions
diff --git a/aconfigure b/aconfigure
index 523843a9..17ed93d7 100755
--- a/aconfigure
+++ b/aconfigure
@@ -620,6 +620,17 @@ GREP
CPP
ac_build_mak_vars
ac_pjdir
+CC_CFLAGS
+CC_OPTIMIZE
+CC_DEF
+CC_INC
+CC_OUT
+LIBEXT2
+LIBEXT
+RANLIB
+LDOUT
+LD
+AR
ac_ct_CXX
CXXFLAGS
CXX
@@ -3326,13 +3337,13 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test "$AR" = ""; then AR="$(CROSS_COMPILE)ar rv"; fi
+if test "$AR" = ""; then AR="${CROSS_COMPILE}ar rv"; fi
if test "$LD" = ""; then LD="$CC"; fi
if test "$LDOUT" = ""; then LDOUT="-o"; fi
-if test "$RANLIB" = ""; then RANLIB="$(CROSSCOMPILE)ranlib"; fi
+if test "$RANLIB" = ""; then RANLIB="${CROSS_COMPILE}ranlib"; fi
if test "$OBJEXT" = ""; then OBJEXT='o'; fi
@@ -5413,8 +5424,8 @@ else
case $target in
arm-apple-darwin*)
LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox"
- { echo "$as_me:$LINENO: result: Checking sound device backend... AudioUnit" >&5
-echo "${ECHO_T}Checking sound device backend... AudioUnit" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... AudioUnit" >&5
+$as_echo "Checking sound device backend... AudioUnit" >&6; }
;;
*darwin*)
LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox"