2006-05-09 Yoshinori K. Okuji <okuji@enbug.org>

* configure.ac (--with-platform): Properly quote the square
        brackets.
This commit is contained in:
okuji 2006-05-09 00:05:49 +00:00
parent 5f0413bd2a
commit 83b984def6
3 changed files with 7 additions and 2 deletions

View file

@ -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