summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-16 10:40:32 +0200
committerAndras Timar <atimar@suse.com>2011-09-17 10:18:17 +0200
commit8c49b1eb73eb8f8433ed86877ffdd08c5f8119c4 (patch)
tree7fb6a302c22a532da069a0186f3e2b3e475981ca /configure.in
parent77962008887b1c26a972a63174a385948d5f5701 (diff)
remove former key id language code 'kid'
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in1
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