Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EXADUNE
dune-common
Commits
9ac6d095
"README.md" did not exist on "a0ce8af953985b1d9a04354dfaca778f45a40c03"
Commit
9ac6d095
authored
11 years ago
by
Steffen Müthing
Browse files
Options
Downloads
Patches
Plain Diff
[Autotools] Fix error messages for --enable-* options in TBB test
parent
5e209765
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
m4/tbb.m4
+2
-2
2 additions, 2 deletions
m4/tbb.m4
with
2 additions
and
2 deletions
m4/tbb.m4
+
2
−
2
View file @
9ac6d095
...
...
@@ -19,7 +19,7 @@ AC_DEFUN([DUNE_PATH_TBB],[
AS_CASE(["$enableval"],
[yes], [tbb_allocator="yes"],
[no ], [tbb_allocator="no" ],
[AC_MSG_ERROR(["invalid value 'enableval' for --enable-tbb-allocator, must be 'yes' or 'no'"])
[AC_MSG_ERROR(["invalid value '
$
enableval' for --enable-tbb-allocator, must be 'yes' or 'no'"])
])
],
[
...
...
@@ -32,7 +32,7 @@ AC_DEFUN([DUNE_PATH_TBB],[
AS_CASE(["$enableval"],
[yes], [tbb_rpath="yes"],
[no ], [tbb_rpath="no" ],
[AC_MSG_ERROR(["invalid value 'enableval' for --enable-tbb-rpath, must be 'yes' or 'no'"])
[AC_MSG_ERROR(["invalid value '
$
enableval' for --enable-tbb-rpath, must be 'yes' or 'no'"])
])
],
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment