2006-05-09 Yoshinori K. Okuji <okuji@enbug.org>
* configure.ac (--with-platform): Properly quote the square brackets.
This commit is contained in:
parent
5f0413bd2a
commit
83b984def6
3 changed files with 7 additions and 2 deletions
|
@ -32,7 +32,7 @@ esac
|
|||
# Specify the platform (such as firmware).
|
||||
AC_ARG_WITH([platform],
|
||||
AS_HELP_STRING([--with-platform=PLATFORM],
|
||||
[select the host platform [guessed]]))
|
||||
[select the host platform [[guessed]]]))
|
||||
|
||||
# Guess the platform if not specified.
|
||||
if test "x$with_platform" = x; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue