Skip to content
Snippets Groups Projects
Commit c9967d13 authored by Zubin's avatar Zubin Committed by Marge Bot
Browse files

bindist configure: Fail if find not found (#22691)

parent 15750d33
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment