Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b178278

Browse files
sfan5jamrial
authored andcommitted
configure: fix pkg-config check for libtls
This was not accounted for during merge and is required due to the refactor in commit 93ccba9. Signed-off-by: sfan5 <[email protected]> Signed-off-by: James Almer <[email protected]>
1 parent 74f408c commit b178278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5894,7 +5894,7 @@ enabled libssh && require_pkg_config libssh libssh libssh/sftp.h sftp
58945894
enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
58955895
enabled libtesseract && require_pkg_config libtesseract tesseract tesseract/capi.h TessBaseAPICreate
58965896
enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
5897-
enabled libtls && { use_pkg_config libtls libtls tls.h tls_configure ||
5897+
enabled libtls && { check_pkg_config libtls libtls tls.h tls_configure ||
58985898
require libtls tls.h tls_configure -ltls; }
58995899
enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame &&
59005900
{ check_lib libtwolame twolame.h twolame_encode_buffer_float32_interleaved -ltwolame ||

0 commit comments

Comments
 (0)