Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
0e1d1d5b
Commit
0e1d1d5b
authored
Sep 15, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: enforce minimum of yaml-cpp 0.5.0
Refs #55201 Change-Id: I0ae0bc48289c95ac182be06300d1f54f4276397d
parent
4b34c605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
daemon/configure.ac
daemon/configure.ac
+1
-1
No files found.
daemon/configure.ac
View file @
0e1d1d5b
...
...
@@ -164,7 +164,7 @@ esac
dnl Check for pjproject
PKG_CHECK_MODULES(PJPROJECT, libpjproject,, AC_MSG_ERROR([Missing pjproject files]))
PKG_CHECK_MODULES([YAMLCPP], [yaml-cpp],, AC_MSG_ERROR([yaml-cpp not found]))
PKG_CHECK_MODULES([YAMLCPP], [yaml-cpp
>= 0.5.1
],, AC_MSG_ERROR([yaml-cpp not found]))
if test "x$ANDROID" = "xyes"; then
dnl Check for OpenSL
...
...
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