diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-19 15:04:30 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:16:36 -0500 |
commit | 0725f4bbc7f59282ee5fe41619099957030d85ff (patch) | |
tree | 4fcfac2cdac250ac2d6db89e7343fbac62317119 /distrib | |
parent | 813842f42023457ccb4d93b5906e0f492e4721b2 (diff) | |
download | haskell-0725f4bbc7f59282ee5fe41619099957030d85ff.tar.gz |
Rework handling of win32 toolchain tarballs
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index c3df6203b5..bfff387ee8 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -62,12 +62,6 @@ dnl ** figure out how to do a BSD-ish install ** AC_PROG_INSTALL # -dnl ** find `find`, used by get-win32-tarballs.sh (see #12502) -# -FP_PROG_FIND() -export FIND - -# dnl ** how to do symlinks ** # AC_PROG_LN_S() |