File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14185,6 +14185,8 @@ fi
14185
14185
14186
14186
if test "$found_libsrtp2" = yes
14187
14187
then
14188
+ save_LIBS="${LIBS}"
14189
+ LIBS="${LIBS} ${LIB_CRYPTO}"
14188
14190
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for srtp_protect_mki in -lsrtp2" >&5
14189
14191
printf %s "checking for srtp_protect_mki in -lsrtp2... " >&6; }
14190
14192
if test ${ac_cv_lib_srtp2_srtp_protect_mki+y}
@@ -14317,6 +14319,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
14317
14319
CFLAGS="$original_cflags"
14318
14320
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $srtp_protect_lastarg" >&5
14319
14321
printf "%s\n" "$srtp_protect_lastarg" >&6; }
14322
+ LIBS="${save_LIBS}"
14320
14323
14321
14324
printf "%s\n" "#define SRTP_PROTECT_LASTARG ${srtp_protect_lastarg}" >>confdefs.h
14322
14325
You can’t perform that action at this time.
0 commit comments