From a6fb8b17b22d221b0d3ae9fdbafc10aea75c28e2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 17 May 2010 16:09:12 +0000 Subject: 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 --- aconfigure | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'aconfigure') 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" -- cgit v1.2.3