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
external
sofia-sip
Commits
284d3069
Commit
284d3069
authored
Nov 01, 2005
by
Pekka Pessi
Browse files
Using AC_DEFINE with HAVE_SOFIA_STUN.
darcs-hash:20051101140722-65a35-ce42a8ad75ffdf89147fda47149a2ac6a83c0112.gz
parent
4df9aca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
284d3069
...
...
@@ -60,7 +60,7 @@ dnl compile STUN only if OPENSSL is available
if test x${HAVE_OPENSSL} != x1 ; then
AC_MSG_WARN([** STUN support disabled as OpenSSL headers and/or libraries were not found **])
else
AC_DEFINE
_UNQUOTED
([HAVE_SOFIA_STUN], 1, [Define as 1 if we use STUN library])
AC_DEFINE([HAVE_SOFIA_STUN], 1, [Define as 1 if we use STUN library])
fi
AC_DEFINE([HAVE_SRTP], 0, [Define as 1 if we use SRTP])
...
...
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