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
Humanoid Path Planner
hpp-core
Commits
5168ec4d
Commit
5168ec4d
authored
Aug 12, 2010
by
florent
Browse files
Fix AM_CONDITIONAL directive
* configure.ac: double quotes where missing.
parent
e27a8953
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5168ec4d
...
...
@@ -98,7 +98,7 @@ else
AC_MSG_NOTICE([using external implementation of ChppBody])
fi
AM_CONDITIONAL([BODY], [test x${enable_body} = xyes])
AM_CONDITIONAL([BODY], [test
"
x${enable_body}
"
= xyes])
## ------------ ##
...
...
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