Ignore:
Timestamp:
Mar 1, 2011 5:25:27 AM (13 years ago)
Author:
ming
Message:

Implementation of re #1202 (PJLIB System Information API) on iPhone OS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r3423 r3428  
    411411  *) 
    412412        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" 
     413        case $target in 
     414          arm-apple-darwin*) 
     415                ac_os_objs="$ac_os_objs os_info_iphone.o" 
     416                ;; 
     417        esac 
    413418        # UUID 
    414419        if test "$ac_has_uuid_lib" = "1" -a "$ac_has_uuid_h" = "1"; then 
     
    536541 case $target in 
    537542  arm-apple-darwin*) 
    538         LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork" 
     543        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 
    539544        AC_MSG_RESULT([Checking sound device backend... AudioUnit]) 
    540545        ;; 
Note: See TracChangeset for help on using the changeset viewer.