Ignore:
Timestamp:
Sep 17, 2006 10:58:51 PM (18 years ago)
Author:
bennylp
Message:

Fixed incorrect cross compilation settings with the autoconf script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r709 r726  
    11AC_INIT(pjproject,0.5.8) 
     2 
     3host_orig="$host" 
     4 
    25AC_CANONICAL_BUILD 
    36AC_CANONICAL_HOST 
     
    2427 
    2528CXXFLAGS="$CFLAGS $CXXFLAGS" 
    26  
    2729 
    2830AC_PROG_CC 
     
    447449    ac_cross_compile= 
    448450else 
    449     ac_cross_compile=${host}- 
     451    ac_cross_compile=${host_orig}- 
    450452fi 
    451453AC_SUBST(ac_linux_poll,select) 
Note: See TracChangeset for help on using the changeset viewer.