Skip to content
Snippets Groups Projects
Commit 3c38eafd authored by Yang Tse's avatar Yang Tse
Browse files

Temporarily disable config.guess related checks

parent 9dcc1b33
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,8 @@ done
echo "buildconf: running libtoolize"
$libtoolize --copy --automake --force || die "The libtoolize command failed"
if test "1" = "0"; then
if test ! -f ./config.guess; then
echo "buildconf: config.guess not found"
exit 1
......@@ -342,6 +344,8 @@ if test ! -z "$need_lt_check"; then
fi
fi
fi
if test ! -f m4/curl-functions.m4; then
echo "buildconf: cURL m4 macros not found"
exit 1
......
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