Ignore:
Timestamp:
Jun 25, 2011 2:58:38 AM (13 years ago)
Author:
bennylp
Message:

Re #1252 (Misc): bug in configure script, should put whitespace after gcc -o. This is fine on most gcc targets but rejected on some iPhone builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/aconfigure

    r3464 r3599  
    34403440if test "$LD" = ""; then LD="$CC"; fi 
    34413441 
    3442 if test "$LDOUT" = ""; then LDOUT="-o"; fi 
     3442if test "$LDOUT" = ""; then LDOUT="-o "; fi 
    34433443 
    34443444if test "$RANLIB" = ""; then RANLIB="${CROSS_COMPILE}ranlib"; fi 
     
    34503450if test "$LIBEXT2" = ""; then LIBEXT2=""; fi 
    34513451 
    3452 if test "$CC_OUT" = ""; then CC_OUT="-o"; fi 
     3452if test "$CC_OUT" = ""; then CC_OUT="-o "; fi 
    34533453 
    34543454if test "$CC_INC" = ""; then CC_INC="-I"; fi 
Note: See TracChangeset for help on using the changeset viewer.