Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
b456f304
Commit
b456f304
authored
Nov 05, 2015
by
Tiago Peixoto
Browse files
Make boost::coroutine test fail for boost < 1.55
parent
1406c4c6
Pipeline
#68
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
m4/ax_boost_coroutine.m4
View file @
b456f304
...
...
@@ -70,7 +70,7 @@ AC_DEFUN([AX_BOOST_COROUTINE],
AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
[[@%:@include <boost/coroutine/all.hpp>]],
[[boost::coroutines::coroutine< void() > f;]])],
[[boost::coroutines::
asymmetric_
coroutine< void() > f;]])],
ax_cv_boost_coroutine=yes, ax_cv_boost_coroutine=no)
CXXFLAGS=$CXXFLAGS_SAVE
AC_LANG_POP([C++])
...
...
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