Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
eca3cd02
Commit
eca3cd02
authored
Sep 21, 2007
by
Alexandre Bourget
Browse files
Enable IAX by default.
parent
4451b27c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
eca3cd02
...
...
@@ -211,11 +211,11 @@ AM_CONDITIONAL(USE_SPEEX, test "x$with_speex" = "xyes" )
dnl Check for IAX
AC_ARG_ENABLE(iax2,
AS_HELP_STRING(
[--
en
able-iax2],
[
compile with
iax2 library support @<:@default=no@:>@]
[--
dis
able-iax2],
[
disable
iax2 library support @<:@default=no@:>@]
),
[with_iax2=$enableval],
[with_iax2=
no
]
[with_iax2=
yes
]
)
AM_CONDITIONAL(USE_IAX, test x$with_iax2 = xyes)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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