if  !  grep  -q  'CONFIGURED=\"y\"'  ${DEPENDS_CONFIG}/hpoj;  then
  if  query  "Disable parallel port support? " n;  then
    echo  'OPTS="${OPTS} --without-par"'  >>  ${SPELL_CONFIG}
  fi

  if  query  "Disable USB port support? " n;  then
    echo  'OPTS="${OPTS} --without-usb"'  >>  ${SPELL_CONFIG}
  fi

  echo  'CONFIGURED="y"'  >>  ${SPELL_CONFIG}
fi
