Changeset 4723 for pjproject/trunk/aconfigure
- Timestamp:
- Jan 30, 2014 4:33:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r4721 r4723 652 652 ac_pjmedia_snd 653 653 ac_pjmedia_resample 654 ac_srtp_shutdown_present 655 ac_srtp_deinit_present 654 656 ac_external_srtp 655 657 ac_external_gsm … … 5846 5848 5847 5849 5850 if test "x$ac_external_srtp" = "x1"; then 5851 ac_srtp_deinit_present=0 5852 5853 ac_srtp_shutdown_present=0 5854 5855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for srtp_deinit in -lsrtp" >&5 5856 $as_echo_n "checking for srtp_deinit in -lsrtp... " >&6; } 5857 if ${ac_cv_lib_srtp_srtp_deinit+:} false; then : 5858 $as_echo_n "(cached) " >&6 5859 else 5860 ac_check_lib_save_LIBS=$LIBS 5861 LIBS="-lsrtp $LIBS" 5862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5863 /* end confdefs.h. */ 5864 5865 /* Override any GCC internal prototype to avoid an error. 5866 Use char because int might match the return type of a GCC 5867 builtin and then its argument prototype would still apply. */ 5868 #ifdef __cplusplus 5869 extern "C" 5870 #endif 5871 char srtp_deinit (); 5872 int 5873 main () 5874 { 5875 return srtp_deinit (); 5876 ; 5877 return 0; 5878 } 5879 _ACEOF 5880 if ac_fn_c_try_link "$LINENO"; then : 5881 ac_cv_lib_srtp_srtp_deinit=yes 5882 else 5883 ac_cv_lib_srtp_srtp_deinit=no 5884 fi 5885 rm -f core conftest.err conftest.$ac_objext \ 5886 conftest$ac_exeext conftest.$ac_ext 5887 LIBS=$ac_check_lib_save_LIBS 5888 fi 5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_srtp_srtp_deinit" >&5 5890 $as_echo "$ac_cv_lib_srtp_srtp_deinit" >&6; } 5891 if test "x$ac_cv_lib_srtp_srtp_deinit" = xyes; then : 5892 ac_srtp_deinit_present=1 5893 fi 5894 5895 if test "x$ac_srtp_deinit_present" != "x1"; then 5896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for srtp_shutdown in -lsrtp" >&5 5897 $as_echo_n "checking for srtp_shutdown in -lsrtp... " >&6; } 5898 if ${ac_cv_lib_srtp_srtp_shutdown+:} false; then : 5899 $as_echo_n "(cached) " >&6 5900 else 5901 ac_check_lib_save_LIBS=$LIBS 5902 LIBS="-lsrtp $LIBS" 5903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5904 /* end confdefs.h. */ 5905 5906 /* Override any GCC internal prototype to avoid an error. 5907 Use char because int might match the return type of a GCC 5908 builtin and then its argument prototype would still apply. */ 5909 #ifdef __cplusplus 5910 extern "C" 5911 #endif 5912 char srtp_shutdown (); 5913 int 5914 main () 5915 { 5916 return srtp_shutdown (); 5917 ; 5918 return 0; 5919 } 5920 _ACEOF 5921 if ac_fn_c_try_link "$LINENO"; then : 5922 ac_cv_lib_srtp_srtp_shutdown=yes 5923 else 5924 ac_cv_lib_srtp_srtp_shutdown=no 5925 fi 5926 rm -f core conftest.err conftest.$ac_objext \ 5927 conftest$ac_exeext conftest.$ac_ext 5928 LIBS=$ac_check_lib_save_LIBS 5929 fi 5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_srtp_srtp_shutdown" >&5 5931 $as_echo "$ac_cv_lib_srtp_srtp_shutdown" >&6; } 5932 if test "x$ac_cv_lib_srtp_srtp_shutdown" = xyes; then : 5933 ac_srtp_shutdown_present=1 5934 fi 5935 5936 fi 5937 fi 5848 5938 5849 5939 ac_pjmedia_resample=libresample
Note: See TracChangeset
for help on using the changeset viewer.