diff options
author | Andras Timar <atimar@suse.com> | 2011-09-16 10:40:32 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-17 10:18:17 +0200 |
commit | 8c49b1eb73eb8f8433ed86877ffdd08c5f8119c4 (patch) | |
tree | 7fb6a302c22a532da069a0186f3e2b3e475981ca | |
parent | 77962008887b1c26a972a63174a385948d5f5701 (diff) |
remove former key id language code 'kid'
-rwxr-xr-x | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8a4c4da3c786..6fd2d00e7f20 100755 --- a/configure.in +++ b/configure.in @@ -8933,7 +8933,6 @@ fi # check that the list is valid for lang in $WITH_LANG ; do test "$lang" = "ALL" && continue; - test "$lang" = "kid" && continue; # need to check for the exact string, so add space before and after the list of all languages for vl in $ALL_LANGS ; do if test "$vl" = "$lang" ; then |