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
belle-sip
Commits
83522d29
Commit
83522d29
authored
Feb 13, 2013
by
Ghislain MARY
Browse files
Link against libgnutls instead of libgnutls-openssl.
parent
5a337df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
83522d29
...
...
@@ -109,7 +109,7 @@ TLS_CFLAGS=""
TLS_LIBS=""
TLS_PC=""
if test "x$found_gnutls" = "xyes" ; then
GNUTLS_LIBS+="$GNUTLS_LIBS -lgnutls
-openssl
"
GNUTLS_LIBS+="$GNUTLS_LIBS -lgnutls "
AC_DEFINE(HAVE_GNUTLS,1,[Defined when gnutls api is available])
TLS_CFLAGS=$GNUTLS_CFLAGS
TLS_LIBS=$GNUTLS_LIBS
...
...
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