summaryrefslogtreecommitdiff
path: root/distrib/configure.ac.in
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-09-04 08:01:04 -0400
committerBen Gamari <ben@smart-cactus.org>2017-09-05 07:20:00 -0400
commita4c2ac2cef3d0ad3c968b8195daf651e672d3435 (patch)
treeb2398244144c5d63f30e082f1c8cdf00be712642 /distrib/configure.ac.in
parent1300afaa6d0ab20d7891b2f42d0f02268582692b (diff)
downloadhaskell-a4c2ac2cef3d0ad3c968b8195daf651e672d3435.tar.gz
get-win32-tarballs: Use correct `find`
This fixes #12502 by using the `find` utility found by FP_PROG_FIND instead of the first one in PATH. Test Plan: Validate on Windows Reviewers: Phyx, austin, hvr Reviewed By: Phyx Subscribers: rwbarton, thomie, erikd GHC Trac Issues: #12502 Differential Revision: https://phabricator.haskell.org/D3907
Diffstat (limited to 'distrib/configure.ac.in')
-rw-r--r--distrib/configure.ac.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 7c27dad64e..9a94cf2c3d 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -63,6 +63,12 @@ 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()