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
liblinphone
Commits
3d28615f
Commit
3d28615f
authored
Feb 20, 2014
by
Ghislain MARY
Browse files
Fix PKG_CHECK_MODULES with versions.
parent
519430c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
3d28615f
...
...
@@ -685,7 +685,7 @@ AC_ARG_ENABLE([external-mediastreamer],
AS_CASE($enable_external_mediastreamer,
[yes],
[PKG_CHECK_MODULES([MEDIASTREAMER], [mediastreamer>=2.10.0])
[PKG_CHECK_MODULES([MEDIASTREAMER], [mediastreamer
>=
2.10.0])
MS2_VERSION=`$PKG_CONFIG --modversion mediastreamer`],
[no],
[AC_CONFIG_SUBDIRS( mediastreamer2 )
...
...
@@ -787,7 +787,7 @@ AC_ARG_ENABLE(external-ortp,
)
if test "$external_ortp" = 'true'; then
PKG_CHECK_MODULES([ORTP], [ortp>=0.23.0])
PKG_CHECK_MODULES([ORTP], [ortp
>=
0.23.0])
ORTP_VERSION=`$PKG_CONFIG --modversion ortp`
else
AC_CONFIG_SUBDIRS( oRTP )
...
...
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