Changeset 3428 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Mar 1, 2011 5:25:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r3423 r3428 411 411 *) 412 412 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 413 418 # UUID 414 419 if test "$ac_has_uuid_lib" = "1" -a "$ac_has_uuid_h" = "1"; then … … 536 541 case $target in 537 542 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" 539 544 AC_MSG_RESULT([Checking sound device backend... AudioUnit]) 540 545 ;;
Note: See TracChangeset
for help on using the changeset viewer.