check for empty confopts before asking for it

This commit is contained in:
Daniel Stenberg 2003-01-22 07:41:35 +00:00
parent aa90436435
commit 21a98ef264

View File

@ -44,7 +44,7 @@ if [ -z "$desc" ]; then
fixed="3"
fi
if [ -z "$desc" ]; then
if [ -z "$confopts" ]; then
echo "please enter your additional arguments to configure"
echo "examples: --with-ssl --enable-debug --enable-ipv6 --with-krb4"
read confopts