Skip to content

Commit

Permalink
curl-autotools.sh: update comment after upstream fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Feb 6, 2024
1 parent 1c85dd3 commit 9a4ac95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions curl-autotools.sh
Expand Up @@ -423,10 +423,7 @@ _VER="$1"
fi
if [ "${CURL_VER_}" != '8.6.0' ]; then
# Try to skip building documentation in man page format.
# FIXME (upstream): .3 files are still built. It seems this new option
# is not compatible with `--enable-manual` (which is
# the default).
# Skip building documentation in man page format
options+=' --disable-docs'
fi
Expand Down

0 comments on commit 9a4ac95

Please sign in to comment.