Browse Source

autotools: update the default for --with-unicode-version to 7.0.0

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

+ 2
- 2
configure.ac View File

@@ -24,10 +24,10 @@ dnl UCD data configuration.
dnl ================================================================

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

AC_SUBST(UCD_VERSION)


Loading…
Cancel
Save