Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
7d5ee465
Commit
7d5ee465
authored
Jan 18, 2011
by
Guillaume Lazzara
Browse files
configure.ac: Make Boost dependency optional.
parent
3e47b896
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7d5ee465
2011-01-18 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: Make Boost dependency optional.
2011-01-13 Guillaume Lazzara <z@lrde.epita.fr>
Add generic symbolic links to the latest snapshot.
...
...
configure.ac
View file @
7d5ee465
# Copyright (C) 2006, 2007, 2008, 2009, 2010 EPITA Research and
# Copyright (C) 2006, 2007, 2008, 2009, 2010
, 2011
EPITA Research and
# Development Laboratory (LRDE).
#
# This file is part of Olena.
...
...
@@ -192,6 +192,9 @@ AM_CONDITIONAL([DARWIN], [echo "$host_os" | grep '^darwin'])
# Boost. #
# ------- #
# Check if Boost is available, if not just print a warning, otherwise
# look for boost:tuple.
BOOST_REQUIRE(1.3, [AC_DEFINE([HAVE_BOOST], [0])])
BOOST_TUPLE
AM_CONDITIONAL([HAVE_BOOST_TUPLE],
[test "x$ac_cv_header_boost_tuple_tuple_hpp" = 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