Changeset 6145
- Timestamp:
- Jan 29, 2020 4:45:27 AM (5 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r6120 r6145 8046 8046 case $target in 8047 8047 *darwin*) 8048 SAVED_CFLAGS="$CFLAGS" 8049 CFLAGS="-Werror" 8048 8050 SAVED_LIBS="$LIBS" 8049 8051 LIBS="-framework Security" … … 8066 8068 fi 8067 8069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8070 CFLAGS="$SAVED_CFLAGS" 8068 8071 LIBS="$SAVED_LIBS" 8069 8072 if test "x$ac_ssl_backend" = "xdarwin"; then … … 9024 9027 ;; 9025 9028 x86*) 9026 ac_webrtc_instset=sse29029 ac_webrtc_instset=sse2 9027 9030 ;; 9028 9031 *) -
pjproject/trunk/aconfigure.ac
r6120 r6145 1642 1642 case $target in 1643 1643 *darwin*) 1644 SAVED_CFLAGS="$CFLAGS" 1645 CFLAGS="-Werror" 1644 1646 SAVED_LIBS="$LIBS" 1645 1647 LIBS="-framework Security" … … 1650 1652 }])], 1651 1653 [ac_ssl_backend=darwin],) 1654 CFLAGS="$SAVED_CFLAGS" 1652 1655 LIBS="$SAVED_LIBS" 1653 1656 if test "x$ac_ssl_backend" = "xdarwin"; then
Note: See TracChangeset
for help on using the changeset viewer.