Ignore:
Timestamp:
May 17, 2010 4:09:12 PM (14 years ago)
Author:
bennylp
Message:

Re #1050: fixed aconfigure error caused by iPhone merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r3175 r3176  
    4242AC_LANG_C 
    4343 
    44 if test "$AR" = ""; then AR="$(CROSS_COMPILE)ar rv"; fi 
     44if test "$AR" = ""; then AR="${CROSS_COMPILE}ar rv"; fi 
    4545AC_SUBST(AR) 
    4646if test "$LD" = ""; then LD="$CC"; fi 
     
    4848if test "$LDOUT" = ""; then LDOUT="-o"; fi 
    4949AC_SUBST(LDOUT) 
    50 if test "$RANLIB" = ""; then RANLIB="$(CROSSCOMPILE)ranlib"; fi 
     50if test "$RANLIB" = ""; then RANLIB="${CROSS_COMPILE}ranlib"; fi 
    5151AC_SUBST(RANLIB) 
    5252if test "$OBJEXT" = ""; then OBJEXT='o'; fi 
Note: See TracChangeset for help on using the changeset viewer.