diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-21 08:57:49 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-06 13:07:56 -0500 |
commit | 19ec0a6d7189e2289f4cc0cb6bd45d2c8d87ed51 (patch) | |
tree | 570a23564d388a99376e7c82bccaa3eb5a42ea66 | |
parent | b5d5e97b4bf01caf923d0082a8be33f85dabe8e0 (diff) |
dictionaries is now in a separate optional repo
-rwxr-xr-x | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3ced1ab14f21..bf35d5dffb4b 100755 --- a/configure.in +++ b/configure.in @@ -2232,6 +2232,7 @@ if test -z "$with_myspell_dicts" || test "$with_myspell_dicts" = "yes"; then AC_MSG_RESULT([yes]) WITH_MYSPELL_DICTS=YES BUILD_TYPE="$BUILD_TYPE DICTIONARIES" + GIT_REPO_NAMES="$GIT_REPO_NAMES dictionaries" else AC_MSG_RESULT([no]) WITH_MYSPELL_DICTS=NO |