Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
b70947a4
Commit
b70947a4
authored
Jan 28, 2015
by
Simon Morlat
Browse files
fix configure.ac
parent
d6940be7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
configure.ac
configure.ac
+5
-6
No files found.
configure.ac
View file @
b70947a4
...
...
@@ -1104,10 +1104,9 @@ if test "$polarssl_prefix" != "NONE" ; then
CPPFLAGS="$CPPFLAGS $POLARSSL_CFLAGS"
LIBS="$LIBS $POLARSSL_LIBS"
AC_CHECK_HEADERS(polarssl/ssl.h, [
AC_CHECK_LIB(polarssl,sha1_hmac
,[found_polarssl=yes
AC_MSG_NOTICE([polarssl usable])]
,[POLARSSL_CFLAGS=""
AC_CHECK_LIB(polarssl,sha1_hmac,
[found_polarssl=yes; AC_MSG_NOTICE([polarssl usable])],
[POLARSSL_CFLAGS=""
POLARSSL_LIBS=""
AC_MSG_WARN([polarssl not usable])])
],[POLARSSL_CFLAGS=""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment