File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
7373# unicode build curl in UNICODE mode (for win target) [EXPERIMENTAL]
7474# osnoidn build curl without OS-supplied IDN support
7575# werror turn compiler warnings into errors
76- # dumpconfig dump curl_config.h
76+ # nodumpconf do not dump curl_config.h
7777# debug debug build
7878# curltests build curl tests
7979# win build Windows target (default)
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ _VER="$1"
396396 # --debug-find --debug-trycompile
397397 fi
398398
399- if [[ "${_CONFIG} " = * 'dumpconfig' * || " ${_CONFIG} " != * 'main '* ]]; then
399+ if [[ "${_CONFIG} " != * 'nodumpconf '* ]]; then
400400 grep -a -F '#define' "${_BLDDIR} / lib/ curl_config.h" | sort || true
401401 fi
402402
You can’t perform that action at this time.
0 commit comments