Browse Source

autotools: fix the name of the --with-unicode-version configure option

master
Reece H. Dunn 11 years ago
parent
commit
fb1b51adf1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac View File

dnl ================================================================ dnl ================================================================


AC_ARG_WITH([unicode-version], AC_ARG_WITH([unicode-version],
[AS_HELP_STRING([--unicode-version], [Unicode version to support @<:@default=6.2.0@:>@])], [AS_HELP_STRING([--with-unicode-version], [Unicode version to support @<:@default=6.2.0@:>@])],
[AS_IF([test x"$withval" != x], [AS_IF([test x"$withval" != x],
[UCD_VERSION="$withval"])], [UCD_VERSION="$withval"])],
[UCD_VERSION="6.2.0"]) [UCD_VERSION="6.2.0"])

Loading…
Cancel
Save