diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-25 00:39:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-13 20:03:31 -0400 |
commit | c66e48b4a704ab20c0a9e04e9237c62b9b5aedae (patch) | |
tree | fa8c2004c931fcf4e8f07e529e7a80c7fb8bde12 /config.make.in | |
parent | b93834ef81bcc3ba41609b899d432c96adae9eda (diff) | |
download | glibc-c66e48b4a704ab20c0a9e04e9237c62b9b5aedae.tar.gz |
delete ksh checks
Nothing in the tree uses ksh anymore, so punt these checks.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.make.in b/config.make.in index b5308d85b8..4ca250d3bf 100644 --- a/config.make.in +++ b/config.make.in @@ -74,7 +74,6 @@ multi-arch = @multi_arch@ mach-interface-list = @mach_interface_list@ have-bash2 = @libc_cv_have_bash2@ -have-ksh = @libc_cv_have_ksh@ sizeof-long-double = @sizeof_long_double@ @@ -125,7 +124,6 @@ MSGFMT = @MSGFMT@ # Script execution tools. BASH = @BASH_SHELL@ -KSH = @KSH@ AWK = @AWK@ PERL = @PERL@ |