Ignore:
Timestamp:
Jul 20, 2011 3:00:48 AM (13 years ago)
Author:
ming
Message:

Re #1278: Fixed linker error on Mac and iOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r3664 r3670  
    409409        ac_os_objs="$ac_os_objs file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o" 
    410410        ;; 
    411   *darwin*) 
    412         ac_os_objs="$ac_os_objs os_core_darwin.o" 
    413         ;; 
    414411  *) 
    415412        ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o" 
     
    428425esac 
    429426 
    430  
     427case $target in 
     428  *darwin*) 
     429        ac_os_objs="$ac_os_objs os_core_darwin.o" 
     430        ;; 
     431esac 
    431432 
    432433dnl ########################################## 
Note: See TracChangeset for help on using the changeset viewer.