about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-25 00:39:31 -0500
committerMike Frysinger <vapier@gentoo.org>2014-03-13 20:03:31 -0400
commitc66e48b4a704ab20c0a9e04e9237c62b9b5aedae (patch)
treefa8c2004c931fcf4e8f07e529e7a80c7fb8bde12 /configure.ac
parentb93834ef81bcc3ba41609b899d432c96adae9eda (diff)
downloadglibc-c66e48b4a704ab20c0a9e04e9237c62b9b5aedae.tar.gz
glibc-c66e48b4a704ab20c0a9e04e9237c62b9b5aedae.tar.xz
glibc-c66e48b4a704ab20c0a9e04e9237c62b9b5aedae.zip
delete ksh checks
Nothing in the tree uses ksh anymore, so punt these checks.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 59dbb5e1b2..df3e177cdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1108,21 +1108,6 @@ else
 fi
 AC_SUBST(libc_cv_have_bash2)
 
-dnl We need a ksh compatible shell for tzselect.
-if test "$BASH_SHELL" = no; then
-  AC_PATH_PROG(KSH, ksh, no)
-  if test "$KSH" = no; then
-    libc_cv_have_ksh=no
-  else
-    libc_cv_have_ksh=yes
-  fi
-else
-  KSH="$BASH_SHELL"
-  AC_SUBST(KSH)
-  libc_cv_have_ksh=yes
-fi
-AC_SUBST(libc_cv_have_ksh)
-
 AC_PATH_PROG(PERL, perl, no)
 if test "$PERL" != no &&
    (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then