Commit 21a98ef2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for empty confopts before asking for it

parent aa904364
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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