Skip to content

Commit e4112aa

Browse files
committed
Re-gen.
1 parent c1dce94 commit e4112aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14185,6 +14185,8 @@ fi
1418514185

1418614186
if test "$found_libsrtp2" = yes
1418714187
then
14188+
save_LIBS="${LIBS}"
14189+
LIBS="${LIBS} ${LIB_CRYPTO}"
1418814190
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for srtp_protect_mki in -lsrtp2" >&5
1418914191
printf %s "checking for srtp_protect_mki in -lsrtp2... " >&6; }
1419014192
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
1431714319
CFLAGS="$original_cflags"
1431814320
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $srtp_protect_lastarg" >&5
1431914321
printf "%s\n" "$srtp_protect_lastarg" >&6; }
14322+
LIBS="${save_LIBS}"
1432014323

1432114324
printf "%s\n" "#define SRTP_PROTECT_LASTARG ${srtp_protect_lastarg}" >>confdefs.h
1432214325

0 commit comments

Comments
 (0)