[Git][ghc/ghc][master] bindist configure: Fail if find not found (#22691)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sat Jan 28 04:55:50 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
c9967d13 by Zubin Duggal at 2023-01-27T23:55:31-05:00
bindist configure: Fail if find not found (#22691)

- - - - -


1 changed file:

- distrib/configure.ac.in


Changes:

=====================================
distrib/configure.ac.in
=====================================
@@ -90,6 +90,10 @@ AC_PATH_PROG(SedCmd,gsed sed,sed)
 dnl ** check for Python for testsuite driver
 FIND_PYTHON
 FP_PROG_FIND
+if test -z "$FindCmd"
+then
+    AC_MSG_ERROR([find is required.])
+fi
 
 XCODE_VERSION()
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9967d137cff83c7688e26f87a8b5e196a75ec93

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9967d137cff83c7688e26f87a8b5e196a75ec93
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230127/c95fee08/attachment-0001.html>


More information about the ghc-commits mailing list