diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-13 22:36:28 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-13 22:36:28 +0000 |
commit | 70a0dd6b1ee4ac9dc5d6b4003c65ca8958dda701 (patch) | |
tree | 4918eb2aa65ab5bef64d1a0493222929241b1d42 /configure.ac | |
parent | e605c3e8c1b1a643a7c11e7aa2a7f639dd890cfe (diff) | |
download | haskell-70a0dd6b1ee4ac9dc5d6b4003c65ca8958dda701.tar.gz |
Remove unused FP_PROG_SORT / SortCmd / SORT
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f0bc4c35ee..408586c58a 100644 --- a/configure.ac +++ b/configure.ac @@ -40,9 +40,6 @@ dnl ** which are needed by FP_SETUP_PROJECT_VERSION dnl ** Find find command (for Win32's benefit) FP_PROG_FIND -dnl ** Find sort command (for the benefit of Win32 environs) -FP_PROG_SORT - dnl ---------------------------------------------------------- FP_SETUP_PROJECT_VERSION |