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
3e348609
Commit
3e348609
authored
Mar 08, 2010
by
Roland Levillain
Browse files
bootstrap: Fix a typo in an error message.
parent
873492a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3e348609
2010-03-08 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Fix a typo in an error message.
2010-03-03 Roland Levillain <roland@lrde.epita.fr>
* configure.ac: Do not configure milena/doc/examples/Makefile.
...
...
bootstrap
View file @
3e348609
...
...
@@ -87,7 +87,7 @@ require ()
test
x
"
$version
"
!=
x
||
fatal
"
$1
is required"
case
$(
version_compare
"
$2
"
"
$version
"
)
in
'>'
)
fatal
"
$1
$2
or better is required: this is
$1
$
2
"
;;
'>'
)
fatal
"
$1
$2
or better is required: this is
$1
$
version
"
;;
esac
}
...
...
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