Changeset 5735 for pjproject/trunk/aconfigure
- Timestamp:
- Feb 12, 2018 6:50:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5725 r5735 701 701 ac_linux_poll 702 702 ac_os_objs 703 ac_target_arch 703 704 EGREP 704 705 GREP … … 5061 5062 fi 5062 5063 5064 5063 5065 case $target in 5064 5066 *android*) 5065 5067 $as_echo "#define PJ_ANDROID 1" >>confdefs.h 5066 5068 5069 ac_target_arch=$TARGET_ABI 5067 5070 ;; 5068 5071 *mingw* | *cygw* | *win32* | *w32* ) … … 5077 5080 $as_echo "#define PJ_DARWINOS 1" >>confdefs.h 5078 5081 5082 ac_target_arch=$ARCH_VAL 5079 5083 ;; 5080 5084 *linux*)
Note: See TracChangeset
for help on using the changeset viewer.