mirror of
https://github.com/curl/curl.git
synced 2025-09-14 08:02:44 +03:00
fix the configure option query
This commit is contained in:
parent
5627cf7167
commit
5c5489916b
|
@ -8,7 +8,7 @@
|
||||||
# at a regular interval. The output will be suitable to be mailed automaticly
|
# at a regular interval. The output will be suitable to be mailed automaticly
|
||||||
# to "curl-autocompile@haxx.se" to be dealt with automaticly. The most
|
# to "curl-autocompile@haxx.se" to be dealt with automaticly. The most
|
||||||
# current build status (with a resonable backlog) will be published on the
|
# current build status (with a resonable backlog) will be published on the
|
||||||
# curl site, at http://curl.haxx.se/
|
# curl site, at http://curl.haxx.se/auto/
|
||||||
|
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# testcurl.sh [configure options] > output
|
# testcurl.sh [configure options] > output
|
||||||
|
@ -49,12 +49,14 @@ if [ -z "$desc" ]; then
|
||||||
fixed="3"
|
fixed="3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$confopts" -a "$infixed" -lt "4" ]; then
|
if [ -z "$confopts" ]; then
|
||||||
|
if [ $infixed -lt 4 ]; then
|
||||||
echo "please enter your additional arguments to configure"
|
echo "please enter your additional arguments to configure"
|
||||||
echo "examples: --with-ssl --enable-debug --enable-ipv6 --with-krb4"
|
echo "examples: --with-ssl --enable-debug --enable-ipv6 --with-krb4"
|
||||||
read confopts
|
read confopts
|
||||||
fixed="4"
|
fixed="4"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "$fixed" -gt "0" ]; then
|
if [ "$fixed" -gt "0" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user